Beispiel #1
0
 function bootstrap_drupal_database()
 {
     // D8 omits this bootstrap level as nothing special needs to be done.
     parent::bootstrap_drupal_database();
 }
Beispiel #2
0
 function bootstrap_drupal_database()
 {
     drupal_bootstrap(DRUPAL_BOOTSTRAP_DATABASE);
     parent::bootstrap_drupal_database();
 }