Search for kernel
- Search 7.x for kernel
- Search 9.5.x for kernel
- Search 10.3.x for kernel
- Search 11.x for kernel
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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::getServiceProviders | function | core/ |
Returns all registered service providers. |
DrupalKernelInterface::getSitePath | function | core/ |
Get the site path. |
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::prepareLegacyRequest | function | core/ |
Prepare the kernel for handling a request without handling the request. |
DrupalKernelInterface::rebuildContainer | function | core/ |
Force a container rebuild. |
DrupalKernelInterface::setSitePath | function | core/ |
Set the current site path. |
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::getTestKernel | function | core/ |
Build a kernel for testings. |
DrupalKernelTest::providerTestTrustedHosts | function | core/ |
Provides test data for testTrustedHosts(). |
DrupalKernelTest::setUp | function | core/ |
|
DrupalKernelTest::testCompileDIC | function | core/ |
Tests DIC compilation. |
DrupalKernelTest::testFindSitePath | function | core/ |
Tests site path finding. |
DrupalKernelTest::testInitializeSettings | function | core/ |
Tests the reregistration of autoloaders if APCu available. |
DrupalKernelTest::testPrepareLegacyRequest | function | core/ |
@group legacy @expectedDeprecation Drupal\Core\DrupalKernel::prepareLegacyRequest is deprecated drupal:8.0.0 and is removed from drupal:9.0.0. Use DrupalKernel::boot() and DrupalKernel::preHandle() instead. See https://www.drupal.org/node/3070678 |
DrupalKernelTest::testPreventChangeOfSitePath | function | core/ |
Tests setting of site path after kernel boot. |
DrupalKernelTest::testRepeatedBootWithDifferentEnvironment | function | core/ |
Tests repeated loading of compiled DIC with different environment. |
DrupalKernelTest::testTrustedHosts | function | core/ |
Tests hostname validation with settings. |
EnforcedFormResponseSubscriber::onKernelException | function | core/ |
Replaces the response in case an EnforcedResponseException was thrown. |
EnforcedFormResponseSubscriber::onKernelResponse | function | core/ |
Unwraps an enforced response. |
EntityKernelTestBase | class | core/ |
Defines an abstract test base for entity kernel tests. |
EntityKernelTestBase.php | file | core/ |
|
EntityKernelTestBase::$deprecatedProperties | property | core/ |
The list of deprecated services. |
EntityKernelTestBase::$entityTypeManager | property | core/ |
The entity type manager service. |
EntityKernelTestBase::$generatedIds | property | core/ |
A list of generated identifiers. |
EntityKernelTestBase::$modules | property | core/ |
Modules to enable. |
EntityKernelTestBase::$state | property | core/ |
The state service. |
EntityKernelTestBase::createUser | function | core/ |
Creates a user. |
EntityKernelTestBase::generateRandomEntityId | function | core/ |
Generates a random ID avoiding collisions. |
EntityKernelTestBase::getHooksInfo | function | core/ |
Returns the entity_test hook invocation info. |
EntityKernelTestBase::installModule | function | core/ |
Installs a module and refreshes services. |
EntityKernelTestBase::refreshServices | function | core/ |
Refresh services. |
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.