예제 #1
0
파일: DrupalBoot8.php 프로젝트: nuwud/drush
 function bootstrap_drupal_database()
 {
     // D8 omits this bootstrap level as nothing special needs to be done.
     parent::bootstrap_drupal_database();
 }
예제 #2
0
 function bootstrap_drupal_database()
 {
     drupal_bootstrap(DRUPAL_BOOTSTRAP_DATABASE);
     parent::bootstrap_drupal_database();
 }