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 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::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::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. |
| DrupalKernelInterface::setSitePath | function | core/ |
Set the current site path directory. |
| DrupalKernelInterface::shutdown | function | core/ |
Shuts down the kernel. |
| DrupalKernelInterface::updateModules | function | core/ |
Updates the kernel's list of modules to the new list. |
| DrupalKernelInterface::updateThemes | function | core/ |
Updates the kernel's list of themes to the new list. |
| DrupalKernelRequestStackTest | class | core/ |
Tests the usage of the request stack as part of request processing. |
| DrupalKernelRequestStackTest.php | file | core/ |
|
| DrupalKernelRequestStackTest::$modules | property | core/ |
Modules to install. |
| DrupalKernelRequestStackTest::$recordedRequests | property | core/ |
The request stack requests when the kernel request event is fired. |
| DrupalKernelRequestStackTest::$recordedRequestStackCount | property | core/ |
The request stack count when the kernel request event is fired. |
| DrupalKernelRequestStackTest::checkErrorHandlerOnTearDown | function | core/ |
Checks the test error handler after test execution. |
| DrupalKernelRequestStackTest::getRequestStackCount | function | core/ |
Uses reflection to count the number of requests in the request stack. |
Pagination
- Previous page
- Page 381
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.