Search for kernel

  1. Search 7.x for kernel
  2. Search 8.9.x for kernel
  3. Search 10.3.x for kernel
  4. Search 11.x for kernel
  5. Other projects
Title Object type File name Summary
DrupalKernel::setupTrustedHosts function core/lib/Drupal/Core/DrupalKernel.php Sets up the lists of trusted HTTP Host headers.
DrupalKernel::shutdown function core/lib/Drupal/Core/DrupalKernel.php
DrupalKernel::terminate function core/lib/Drupal/Core/DrupalKernel.php
DrupalKernel::updateModules function core/lib/Drupal/Core/DrupalKernel.php Implements Drupal\Core\DrupalKernelInterface::updateModules().
DrupalKernel::validateHostname function core/lib/Drupal/Core/DrupalKernel.php Validates the hostname supplied from the HTTP request.
DrupalKernel::validateHostnameLength function core/lib/Drupal/Core/DrupalKernel.php Validates a hostname length.
DrupalKernel::__construct function core/lib/Drupal/Core/DrupalKernel.php Constructs a DrupalKernel object.
DrupalKernelInterface interface core/lib/Drupal/Core/DrupalKernelInterface.php The interface for DrupalKernel, the core of Drupal.
DrupalKernelInterface.php file core/lib/Drupal/Core/DrupalKernelInterface.php
DrupalKernelInterface::boot function core/lib/Drupal/Core/DrupalKernelInterface.php Boots the current kernel.
DrupalKernelInterface::CONTAINER_INITIALIZE_SUBREQUEST_FINISHED constant core/lib/Drupal/Core/DrupalKernelInterface.php Event fired when the service container finished initializing in subrequest.
DrupalKernelInterface::discoverServiceProviders function core/lib/Drupal/Core/DrupalKernelInterface.php Discovers available serviceProviders.
DrupalKernelInterface::getAppRoot function core/lib/Drupal/Core/DrupalKernelInterface.php Gets the app root.
DrupalKernelInterface::getCachedContainerDefinition function core/lib/Drupal/Core/DrupalKernelInterface.php Returns the cached container definition - if any.
DrupalKernelInterface::getContainer function core/lib/Drupal/Core/DrupalKernelInterface.php Gets the current container.
DrupalKernelInterface::getServiceIdMapping function core/lib/Drupal/Core/DrupalKernelInterface.php Get a mapping from service hashes to service IDs.
DrupalKernelInterface::getServiceProviders function core/lib/Drupal/Core/DrupalKernelInterface.php Returns all registered service providers.
DrupalKernelInterface::getSitePath function core/lib/Drupal/Core/DrupalKernelInterface.php Gets the site path directory.
DrupalKernelInterface::invalidateContainer function core/lib/Drupal/Core/DrupalKernelInterface.php Invalidate the service container for the next request.
DrupalKernelInterface::loadLegacyIncludes function core/lib/Drupal/Core/DrupalKernelInterface.php Helper method that loads legacy Drupal include files.
DrupalKernelInterface::preHandle function core/lib/Drupal/Core/DrupalKernelInterface.php Helper method that does request related initialization.
DrupalKernelInterface::rebuildContainer function core/lib/Drupal/Core/DrupalKernelInterface.php Force a container rebuild.
DrupalKernelInterface::setSitePath function core/lib/Drupal/Core/DrupalKernelInterface.php Set the current site path directory.
DrupalKernelInterface::shutdown function core/lib/Drupal/Core/DrupalKernelInterface.php Shuts down the kernel.
DrupalKernelInterface::updateModules function core/lib/Drupal/Core/DrupalKernelInterface.php Updates the kernel's list of modules to the new list.
DrupalKernelLegacyTest class core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelLegacyTest.php @coversDefaultClass \Drupal\Core\DrupalKernel[[api-linebreak]]
@group legacy
DrupalKernelLegacyTest.php file core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelLegacyTest.php
DrupalKernelLegacyTest::testKernelEventDeprecation function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelLegacyTest.php Tests deprecation message in overridden KernelEvent.
DrupalKernelSiteTest class core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php Tests site-specific service overrides.
DrupalKernelSiteTest.php file core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php
DrupalKernelSiteTest::testServicesYml function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php Tests services.yml in site directory.
DrupalKernelTest class core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests DIC compilation to disk.
DrupalKernelTest class core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php @coversDefaultClass \Drupal\Core\DrupalKernel[[api-linebreak]]
@group DrupalKernel
DrupalKernelTest.php file core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php
DrupalKernelTest.php file core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php
DrupalKernelTest::getTestKernel function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Build a kernel for testings.
DrupalKernelTest::providerClassLoaderAutoDetect function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Data provider for self::testClassLoaderAutoDetect.
DrupalKernelTest::providerTestTrustedHosts function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Provides test data for testTrustedHosts().
DrupalKernelTest::setUp function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php
DrupalKernelTest::testClassLoaderAutoDetect function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests class_loader_auto_detect setting.
DrupalKernelTest::testCompileDIC function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests DIC compilation.
DrupalKernelTest::testFindSitePath function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Tests site path finding.
DrupalKernelTest::testGetServiceIdMapping function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php @covers ::getServiceIdMapping[[api-linebreak]]
@group legacy
DrupalKernelTest::testKernelEvent function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests KernelEvent class_alias() override.
DrupalKernelTest::testPreventChangeOfSitePath function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests setting of site path after kernel boot.
DrupalKernelTest::testRepeatedBootWithDifferentEnvironment function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests repeated loading of compiled DIC with different environment.
DrupalKernelTest::testTrustedHosts function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Tests hostname validation with settings.
EnforcedFormResponseSubscriber::onKernelException function core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php Replaces the response in case an EnforcedResponseException was thrown.
EnforcedFormResponseSubscriber::onKernelResponse function core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php Unwraps an enforced response.
EntityKernelTestBase class core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php Defines an abstract test base for entity kernel tests.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.