Search for drupal_

  1. Search 7.x for drupal_
  2. Search 9.5.x for drupal_
  3. Search 8.9.x for drupal_
  4. Search 10.3.x for drupal_
  5. Other projects
Title Object type File name Summary
DrupalKernel::discoverServiceProviders function core/lib/Drupal/Core/DrupalKernel.php Discovers available serviceProviders.
DrupalKernel::findSitePath function core/lib/Drupal/Core/DrupalKernel.php Returns the appropriate site directory for a request.
DrupalKernel::getAppRoot function core/lib/Drupal/Core/DrupalKernel.php Gets the app root.
DrupalKernel::getCachedContainerDefinition function core/lib/Drupal/Core/DrupalKernel.php Returns the cached container definition - if any.
DrupalKernel::getConfigStorage function core/lib/Drupal/Core/DrupalKernel.php Gets the active configuration storage to use during building the container.
DrupalKernel::getContainer function core/lib/Drupal/Core/DrupalKernel.php Gets the current container.
DrupalKernel::getContainerBuilder function core/lib/Drupal/Core/DrupalKernel.php Gets a new ContainerBuilder instance used to build the service container.
DrupalKernel::getContainerCacheKey function core/lib/Drupal/Core/DrupalKernel.php Returns the container cache key based on the environment.
DrupalKernel::getExtensions function core/lib/Drupal/Core/DrupalKernel.php Get the core.extension config object.
DrupalKernel::getHttpKernel function core/lib/Drupal/Core/DrupalKernel.php Gets a http kernel from the container.
DrupalKernel::getInstallProfile function core/lib/Drupal/Core/DrupalKernel.php Gets the active install profile.
DrupalKernel::getKernelParameters function core/lib/Drupal/Core/DrupalKernel.php Returns the kernel parameters.
DrupalKernel::getModuleFileNames function core/lib/Drupal/Core/DrupalKernel.php Gets the file name for each enabled module.
DrupalKernel::getModuleNamespacesPsr4 function core/lib/Drupal/Core/DrupalKernel.php Gets the PSR-4 base directories for module namespaces.
DrupalKernel::getModulesParameter function core/lib/Drupal/Core/DrupalKernel.php Returns an array of Extension class parameters for all enabled modules.
DrupalKernel::getServiceProviders function core/lib/Drupal/Core/DrupalKernel.php Returns all registered service providers.
DrupalKernel::getServicesToPersist function core/lib/Drupal/Core/DrupalKernel.php Returns service instances to persist from an old container to a new one.
DrupalKernel::getSitePath function core/lib/Drupal/Core/DrupalKernel.php Gets the site path directory.
DrupalKernel::guessApplicationRoot function core/lib/Drupal/Core/DrupalKernel.php Determine the application root directory based on this file's location.
DrupalKernel::handle function core/lib/Drupal/Core/DrupalKernel.php
DrupalKernel::handleException function core/lib/Drupal/Core/DrupalKernel.php Converts an exception into a response.
DrupalKernel::initializeContainer function core/lib/Drupal/Core/DrupalKernel.php Initializes the service container.
DrupalKernel::initializeEphemeralSession function core/lib/Drupal/Core/DrupalKernel.php Initializes a session backed by in-memory store and puts it on the request.
DrupalKernel::initializeRequestGlobals function core/lib/Drupal/Core/DrupalKernel.php Bootstraps the legacy global request variables.
DrupalKernel::initializeServiceProviders function core/lib/Drupal/Core/DrupalKernel.php Registers all service providers to the kernel.
DrupalKernel::initializeSettings function core/lib/Drupal/Core/DrupalKernel.php Locate site path and initialize settings singleton.
DrupalKernel::invalidateContainer function core/lib/Drupal/Core/DrupalKernel.php Invalidate the service container for the next request.
DrupalKernel::loadLegacyIncludes function core/lib/Drupal/Core/DrupalKernel.php Helper method that loads legacy Drupal include files.
DrupalKernel::moduleData function core/lib/Drupal/Core/DrupalKernel.php Returns module data on the filesystem.
DrupalKernel::persistServices function core/lib/Drupal/Core/DrupalKernel.php Moves persistent service instances into a new container.
DrupalKernel::preHandle function core/lib/Drupal/Core/DrupalKernel.php Helper method that does request related initialization.
DrupalKernel::rebuildContainer function core/lib/Drupal/Core/DrupalKernel.php Force a container rebuild.
DrupalKernel::resetContainer function core/lib/Drupal/Core/DrupalKernel.php Force a container reset.
DrupalKernel::setSitePath function core/lib/Drupal/Core/DrupalKernel.php Set the current site path directory.
DrupalKernel::setupTrustedHosts function core/lib/Drupal/Core/DrupalKernel.php Sets up the lists of trusted HTTP Host headers.
DrupalKernel::shutdown function core/lib/Drupal/Core/DrupalKernel.php Shuts down the kernel.
DrupalKernel::terminate function core/lib/Drupal/Core/DrupalKernel.php
DrupalKernel::updateModules function core/lib/Drupal/Core/DrupalKernel.php Implements Drupal\Core\DrupalKernelInterface::updateModules().
DrupalKernel::validateHostname function core/lib/Drupal/Core/DrupalKernel.php Validates the hostname supplied from the HTTP request.
DrupalKernel::validateHostnameLength function core/lib/Drupal/Core/DrupalKernel.php Validates a hostname length.
DrupalKernel::__construct function core/lib/Drupal/Core/DrupalKernel.php Constructs a DrupalKernel object.
DrupalKernelInterface interface core/lib/Drupal/Core/DrupalKernelInterface.php The interface for DrupalKernel, the core of Drupal.
DrupalKernelInterface.php file core/lib/Drupal/Core/DrupalKernelInterface.php
DrupalKernelInterface::boot function core/lib/Drupal/Core/DrupalKernelInterface.php Boots the current kernel.
DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED constant core/lib/Drupal/Core/DrupalKernelInterface.php Event fired when the service container finished initializing in subrequest.
DrupalKernelInterface::discoverServiceProviders function core/lib/Drupal/Core/DrupalKernelInterface.php Discovers available serviceProviders.
DrupalKernelInterface::getAppRoot function core/lib/Drupal/Core/DrupalKernelInterface.php Gets the app root.
DrupalKernelInterface::getCachedContainerDefinition function core/lib/Drupal/Core/DrupalKernelInterface.php Returns the cached container definition - if any.
DrupalKernelInterface::getContainer function core/lib/Drupal/Core/DrupalKernelInterface.php Gets the current container.
DrupalKernelInterface::getServiceProviders function core/lib/Drupal/Core/DrupalKernelInterface.php Returns all registered service providers.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.