Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
DrupalKernel::attachSynthetic function core/lib/Drupal/Core/DrupalKernel.php Attach synthetic values on to kernel.
DrupalKernel::classLoaderAddMultiplePsr4 function core/lib/Drupal/Core/DrupalKernel.php Registers a list of namespaces with PSR-4 directories for class loading.
DrupalKernel::createFromRequest function core/lib/Drupal/Core/DrupalKernel.php Create a DrupalKernel object from a request.
DrupalKernel::discoverServiceProviders function core/lib/Drupal/Core/DrupalKernel.php Discovers available serviceProviders.
DrupalKernel::findSitePath function core/lib/Drupal/Core/DrupalKernel.php Returns the appropriate site directory for a request.
DrupalKernel::getConfigStorage function core/lib/Drupal/Core/DrupalKernel.php Gets the active configuration storage to use during building the container.
DrupalKernel::getExtensionFileNames function core/lib/Drupal/Core/DrupalKernel.php Gets the filenames for each enabled extension.
DrupalKernel::getExtensionNamespacesPsr4 function core/lib/Drupal/Core/DrupalKernel.php Gets the PSR-4 base directories for extension namespaces.
DrupalKernel::getExtensions function core/lib/Drupal/Core/DrupalKernel.php Get the core.extension config object.
DrupalKernel::getExtensionsParameter function core/lib/Drupal/Core/DrupalKernel.php Returns an array of Extension class parameters for all enabled extensions.
DrupalKernel::getInstallProfile function core/lib/Drupal/Core/DrupalKernel.php Gets the active install profile.
DrupalKernel::getKernelParameters function core/lib/Drupal/Core/DrupalKernel.php Returns the kernel parameters.
DrupalKernel::getServiceProviders function core/lib/Drupal/Core/DrupalKernel.php Returns all registered service providers.
DrupalKernel::getServicesToPersist function core/lib/Drupal/Core/DrupalKernel.php Returns service instances to persist from an old container to a new one.
DrupalKernel::getSitePath function core/lib/Drupal/Core/DrupalKernel.php Gets the site path directory.
DrupalKernel::guessApplicationRoot function core/lib/Drupal/Core/DrupalKernel.php Determine the application root directory based on this file's location.
DrupalKernel::initializeEphemeralSession function core/lib/Drupal/Core/DrupalKernel.php Initializes a session backed by in-memory store and puts it on the request.
DrupalKernel::initializeRequestGlobals function core/lib/Drupal/Core/DrupalKernel.php Bootstraps the legacy global request variables.
DrupalKernel::initializeServiceProviders function core/lib/Drupal/Core/DrupalKernel.php Registers all service providers to the kernel.
DrupalKernel::initializeSettings function core/lib/Drupal/Core/DrupalKernel.php Locate site path and initialize settings singleton.
DrupalKernel::loadLegacyIncludes function core/lib/Drupal/Core/DrupalKernel.php Helper method that loads legacy Drupal include files.
DrupalKernel::persistServices function core/lib/Drupal/Core/DrupalKernel.php Moves persistent service instances into a new container.
DrupalKernel::resetContainer function core/lib/Drupal/Core/DrupalKernel.php Force a container reset.
DrupalKernel::setExtensionData function core/lib/Drupal/Core/DrupalKernel.php Sets extension data to class properties using ExtensionDiscovery.
DrupalKernel::setSitePath function core/lib/Drupal/Core/DrupalKernel.php Set the current site path directory.
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 Shuts down the kernel.
DrupalKernel::themeExtensions function core/lib/Drupal/Core/DrupalKernel.php Returns theme data on the filesystem.
DrupalKernel::updateModules function core/lib/Drupal/Core/DrupalKernel.php Implements Drupal\Core\DrupalKernelInterface::updateModules().
DrupalKernel::updateThemes function core/lib/Drupal/Core/DrupalKernel.php Updates the kernel's list of themes to the new list.
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::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::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::loadLegacyIncludes function core/lib/Drupal/Core/DrupalKernelInterface.php Helper method that loads legacy Drupal include files.
DrupalKernelInterface::resetContainer function core/lib/Drupal/Core/DrupalKernelInterface.php Force a container reset.
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.
DrupalKernelInterface::updateThemes function core/lib/Drupal/Core/DrupalKernelInterface.php Updates the kernel's list of themes to the new list.
DrupalKernelRequestStackTest class core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Tests the usage of the request stack as part of request processing.
DrupalKernelRequestStackTest.php file core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php
DrupalKernelRequestStackTest::$modules property core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Modules to install.
DrupalKernelRequestStackTest::$recordedRequests property core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php The request stack requests when the kernel request event is fired.
DrupalKernelRequestStackTest::$recordedRequestStackCount property core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php The request stack count when the kernel request event is fired.
DrupalKernelRequestStackTest::checkErrorHandlerOnTearDown function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Checks the test error handler after test execution.
DrupalKernelRequestStackTest::getRequestStackCount function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Uses reflection to count the number of requests in the request stack.

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