Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::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::setContainer | function | core/ |
|
| 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. |
| DrupalKernelInterface::discoverServiceProviders | function | core/ |
Discovers available serviceProviders. |
| DrupalKernelInterface::getServiceIdMapping | function | core/ |
Get a mapping from service hashes to service IDs. |
| 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::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. |
| DrupalKernelLegacyTest | class | core/ |
@coversDefaultClass \Drupal\Core\DrupalKernel[[api-linebreak]] @group legacy |
| DrupalKernelLegacyTest.php | file | core/ |
|
| DrupalKernelLegacyTest::testKernelEventDeprecation | function | core/ |
Tests deprecation message in overridden KernelEvent. |
| DrupalKernelSiteTest | class | core/ |
Tests site-specific service overrides. |
| DrupalKernelSiteTest.php | file | core/ |
|
| DrupalKernelSiteTest::testServicesYml | function | core/ |
Tests services.yml in site directory. |
| DrupalKernelTest | class | core/ |
Tests DIC compilation to disk. |
| DrupalKernelTest | class | core/ |
@coversDefaultClass \Drupal\Core\DrupalKernel[[api-linebreak]] @group DrupalKernel |
| DrupalKernelTest.php | file | core/ |
|
| DrupalKernelTest.php | file | core/ |
|
| DrupalKernelTest::getTestKernel | function | core/ |
Build a kernel for testings. |
| DrupalKernelTest::providerClassLoaderAutoDetect | function | core/ |
Data provider for self::testClassLoaderAutoDetect. |
| DrupalKernelTest::providerTestTrustedHosts | function | core/ |
Provides test data for testTrustedHosts(). |
Pagination
- Previous page
- Page 349
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.