Search for kernel
- Search 7.x for kernel
- Search 9.5.x for kernel
- Search 8.9.x for kernel
- Search 11.x for kernel
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DrupalKernel::invalidateContainer | function | core/ |
|
DrupalKernel::loadLegacyIncludes | function | core/ |
|
DrupalKernel::moduleData | function | core/ |
Returns module data on the filesystem. |
DrupalKernel::persistServices | function | core/ |
Moves persistent service instances into a new container. |
DrupalKernel::preHandle | function | core/ |
|
DrupalKernel::rebuildContainer | function | core/ |
|
DrupalKernel::resetContainer | function | core/ |
|
DrupalKernel::setContainer | function | core/ |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn phpcs:ignore Drupal.Commenting.FunctionComment.InvalidReturnVoid |
DrupalKernel::setSitePath | function | core/ |
|
DrupalKernel::setupTrustedHosts | function | core/ |
Sets up the lists of trusted HTTP Host headers. |
DrupalKernel::shutdown | function | core/ |
|
DrupalKernel::terminate | function | core/ |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
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 | interface | core/ |
The interface for DrupalKernel, the core of Drupal. |
DrupalKernelInterface.php | file | core/ |
|
DrupalKernelInterface::boot | function | core/ |
Boots the current kernel. |
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::getAppRoot | function | core/ |
Gets the app root. |
DrupalKernelInterface::getCachedContainerDefinition | function | core/ |
Returns the cached container definition - if any. |
DrupalKernelInterface::getContainer | function | core/ |
Gets the current container. |
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::invalidateContainer | function | core/ |
Invalidate the service container for the next request. |
DrupalKernelInterface::loadLegacyIncludes | function | core/ |
Helper method that loads legacy Drupal include files. |
DrupalKernelInterface::preHandle | function | core/ |
Helper method that does request related initialization. |
DrupalKernelInterface::rebuildContainer | function | core/ |
Force a container rebuild. |
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. |
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::bootKernel | function | 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(). |
DrupalKernelTest::testClassLoaderAutoDetect | function | core/ |
Tests class_loader_auto_detect setting. |
DrupalKernelTest::testCompileDIC | function | core/ |
Tests DIC compilation. |
DrupalKernelTest::testFindSitePath | function | core/ |
Tests site path finding. |
DrupalKernelTest::testGetServiceIdMapping | function | core/ |
@covers ::getServiceIdMapping[[api-linebreak]] @group legacy |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.