8 calls to Drupal::hasContainer()
- Database::getDriverList in core/
lib/ Drupal/ Core/ Database/ Database.php - Returns the list provider for available database drivers.
- DatabaseDriver::load in core/
lib/ Drupal/ Core/ Extension/ DatabaseDriver.php - Loads the main extension file, if any.
- Drupal::hasRequest in core/
lib/ Drupal.php - Indicates if there is a currently active request object.
- Drupal::hasService in core/
lib/ Drupal.php - Indicates if a service is defined in the container.
- Extension::__wakeup in core/
lib/ Drupal/ Core/ Extension/ Extension.php - Magic method implementation to unserialize the extension object.
- ExtensionDiscovery::setProfileDirectoriesFromSettings in core/
lib/ Drupal/ Core/ Extension/ ExtensionDiscovery.php - Sets installation profile directories based on current site settings.
- ViewExecutable::__wakeup in core/
modules/ views/ src/ ViewExecutable.php - Magic method implementation to unserialize the view executable.
- _drupal_log_error in core/
includes/ errors.inc - Logs a PHP error or exception and displays an error page in fatal cases.