function DrupalKernel::getContainer
Overrides DrupalKernelInterface::getContainer
3 calls to DrupalKernel::getContainer()
- UpdateKernel::bootSession in core/
lib/ Drupal/ Core/ Update/ UpdateKernel.php - Boots up the session.
- UpdateKernel::handle in core/
lib/ Drupal/ Core/ Update/ UpdateKernel.php - Handles a Request to convert it to a Response.
- UpdateKernel::handleRaw in core/
lib/ Drupal/ Core/ Update/ UpdateKernel.php - Generates the actual result of update.php.
File
-
core/
lib/ Drupal/ Core/ DrupalKernel.php, line 539
Class
- DrupalKernel
- The DrupalKernel class is the core of Drupal itself.
Namespace
Drupal\CoreCode
public function getContainer() {
return $this->container;
}