Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::$themeExtensions | property | core/ |
List of available themes. |
| DrupalKernel::$themeList | property | core/ |
Holds the list of enabled themes from core.extension config. |
| 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::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::getConfigStorage | function | core/ |
Gets the active configuration storage to use during building the container. |
| DrupalKernel::getExtensionFileNames | function | core/ |
Gets the filenames for each enabled extension. |
| DrupalKernel::getExtensionNamespacesPsr4 | function | core/ |
Gets the PSR-4 base directories for extension namespaces. |
| DrupalKernel::getExtensions | function | core/ |
Get the core.extension config object. |
| DrupalKernel::getExtensionsParameter | function | core/ |
Returns an array of Extension class parameters for all enabled extensions. |
| DrupalKernel::getInstallProfile | function | core/ |
Gets the active install profile. |
| DrupalKernel::getKernelParameters | function | core/ |
Returns the kernel parameters. |
| DrupalKernel::getModuleFileNames | function | core/ |
Gets the filenames 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::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::setExtensionData | function | core/ |
Sets extension data to class properties using ExtensionDiscovery. |
| DrupalKernel::setSitePath | function | core/ |
Set the current site path directory. |
| DrupalKernel::setupDrupalTestInChildSite | function | core/ |
Define the DRUPAL_TEST_IN_CHILD_SITE constant as appropriate. |
| DrupalKernel::setupTrustedHosts | function | core/ |
Sets up the lists of trusted HTTP Host headers. |
| DrupalKernel::shutdown | function | core/ |
Shuts down the kernel. |
| DrupalKernel::themeExtensions | function | core/ |
Returns theme data on the filesystem. |
| DrupalKernel::updateModules | function | core/ |
Implements Drupal\Core\DrupalKernelInterface::updateModules(). |
| DrupalKernel::updateThemes | function | core/ |
Updates the kernel's list of themes to the new list. |
| 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. |
| DrupalKernelInterface::discoverServiceProviders | function | core/ |
Discovers available serviceProviders. |
| DrupalKernelInterface::getServiceProviders | function | core/ |
Returns all registered service providers. |
| DrupalKernelInterface::getSitePath | function | core/ |
Gets the site path directory. |
| DrupalKernelInterface::loadLegacyIncludes | function | core/ |
Helper method that loads legacy Drupal include files. |
| DrupalKernelInterface::resetContainer | function | core/ |
Force a container reset. |
Pagination
- Previous page
- Page 388
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.