コード例 #1
0
ファイル: DrupalBoot7.php プロジェクト: bjargud/drush
 function bootstrap_drupal_configuration()
 {
     drupal_bootstrap(DRUPAL_BOOTSTRAP_CONFIGURATION);
     // Unset drupal error handler and restore drush's one.
     restore_error_handler();
     parent::bootstrap_drupal_configuration();
 }
コード例 #2
0
ファイル: DrupalBoot6.php プロジェクト: bjargud/drush
 function bootstrap_drupal_configuration()
 {
     drupal_bootstrap(DRUPAL_BOOTSTRAP_CONFIGURATION);
     parent::bootstrap_drupal_configuration();
 }