Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DrupalKernel::$bootstrapContainer | property | core/ |
Holds the bootstrap container. |
| DrupalKernel::$bootstrapContainerClass | property | core/ |
Holds the class used for instantiating the bootstrap container. |
| DrupalKernel::$classLoader | property | core/ |
The class loader object. |
| DrupalKernel::$configStorage | property | core/ |
Config storage object used for reading enabled modules configuration. |
| DrupalKernel::$containerNeedsDumping | property | core/ |
Whether the container needs to be dumped once booting is complete. |
| DrupalKernel::$containerNeedsRebuild | property | core/ |
Whether the container needs to be rebuilt the next time it is initialized. |
| DrupalKernel::$defaultBootstrapContainerDefinition | property | core/ |
Holds the default bootstrap container definition. |
| DrupalKernel::$isEnvironmentInitialized | property | core/ |
Whether the PHP environment has been initialized. |
| DrupalKernel::$moduleList | property | core/ |
Holds the list of enabled modules. |
| DrupalKernel::$phpArrayDumperClass | property | core/ |
Holds the class used for dumping the container to a PHP array. |
| DrupalKernel::$serviceIdMapping | property | core/ |
A mapping from service classes to service IDs. |
| DrupalKernel::$serviceProviderClasses | property | core/ |
List of discovered service provider class names or objects. |
| DrupalKernel::$serviceProviders | property | core/ |
List of instantiated service provider classes. |
| DrupalKernel::$serviceYamls | property | core/ |
List of discovered services.yml path names. |
| DrupalKernel::$sitePath | property | core/ |
The site path directory. |
| DrupalKernel::addServiceFiles | function | core/ |
Add service files. |
| DrupalKernel::attachSynthetic | function | core/ |
Attach synthetic values on to kernel. |
| DrupalKernel::classLoaderAddMultiplePsr4 | function | core/ |
Registers a list of namespaces with PSR-4 directories for class loading. |
| DrupalKernel::collectServiceIdMapping | function | core/ |
Collect a mapping between service to ids. |
| DrupalKernel::createFromRequest | function | core/ |
Create a DrupalKernel object from a request. |
| DrupalKernel::discoverServiceProviders | function | core/ |
Discovers available serviceProviders. |
| DrupalKernel::findSitePath | function | core/ |
Returns the appropriate site directory for a request. |
| DrupalKernel::generateServiceIdHash | function | core/ |
Generate a unique hash for a service object. |
| DrupalKernel::getConfigStorage | function | core/ |
Returns the active configuration storage to use during building the container. |
| DrupalKernel::getInstallProfile | function | core/ |
Gets the active install profile. |
| DrupalKernel::getKernelParameters | function | core/ |
Returns the kernel parameters. |
| DrupalKernel::getModuleFileNames | function | core/ |
Gets the file name for each enabled module. |
| DrupalKernel::getModuleNamespacesPsr4 | function | core/ |
Gets the PSR-4 base directories for module namespaces. |
| DrupalKernel::getModulesParameter | function | core/ |
Returns an array of Extension class parameters for all enabled modules. |
| DrupalKernel::getServiceIdMapping | function | core/ |
Get a mapping from service hashes to service IDs. |
| DrupalKernel::getServiceProviders | function | core/ |
Returns all registered service providers. |
| DrupalKernel::getServicesToPersist | function | core/ |
Returns service instances to persist from an old container to a new one. |
| DrupalKernel::getSitePath | function | core/ |
Gets the site path directory. |
| DrupalKernel::guessApplicationRoot | function | core/ |
Determine the application root directory based on this file's location. |
| DrupalKernel::initializeEphemeralSession | function | core/ |
Initializes a session backed by in-memory store and puts it on the request. |
| DrupalKernel::initializeRequestGlobals | function | core/ |
Bootstraps the legacy global request variables. |
| DrupalKernel::initializeServiceProviders | function | core/ |
Registers all service providers to the kernel. |
| DrupalKernel::initializeSettings | function | core/ |
Locate site path and initialize settings singleton. |
| DrupalKernel::loadLegacyIncludes | function | core/ |
Helper method that loads legacy Drupal include files. |
| DrupalKernel::persistServices | function | core/ |
Moves persistent service instances into a new container. |
| DrupalKernel::resetContainer | function | core/ |
Force a container reset. |
| DrupalKernel::setContainer | function | core/ |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn phpcs:ignore Drupal.Commenting.FunctionComment.InvalidReturnVoid |
| DrupalKernel::setSitePath | function | core/ |
Set the current site path directory. |
| DrupalKernel::setupTrustedHosts | function | core/ |
Sets up the lists of trusted HTTP Host headers. |
| DrupalKernel::shutdown | function | core/ |
Shuts down the kernel. |
| DrupalKernel::updateModules | function | core/ |
Implements Drupal\Core\DrupalKernelInterface::updateModules(). |
| DrupalKernel::validateHostname | function | core/ |
Validates the hostname supplied from the HTTP request. |
| DrupalKernel::validateHostnameLength | function | core/ |
Validates a hostname length. |
| DrupalKernel::__construct | function | core/ |
Constructs a DrupalKernel object. |
| DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED | constant | core/ |
Event fired when the service container finished initializing in subrequest. |
Pagination
- Previous page
- Page 363
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.