Search for drupal_

  1. Search 7.x for drupal_
  2. Search 9.5.x for drupal_
  3. Search 8.9.x for drupal_
  4. Search 11.x for drupal_
  5. Other projects
Title Object type File name Summary
DrupalKernel::$defaultBootstrapContainerDefinition property core/lib/Drupal/Core/DrupalKernel.php Holds the default bootstrap container definition.
DrupalKernel::$environment property core/lib/Drupal/Core/DrupalKernel.php The environment, e.g. 'testing', 'install'.
DrupalKernel::$isEnvironmentInitialized property core/lib/Drupal/Core/DrupalKernel.php Whether the PHP environment has been initialized.
DrupalKernel::$moduleData property core/lib/Drupal/Core/DrupalKernel.php List of available modules and installation profiles.
DrupalKernel::$moduleList property core/lib/Drupal/Core/DrupalKernel.php Holds the list of enabled modules.
DrupalKernel::$phpArrayDumperClass property core/lib/Drupal/Core/DrupalKernel.php Holds the class used for dumping the container to a PHP array.
DrupalKernel::$prepared property core/lib/Drupal/Core/DrupalKernel.php Whether essential services have been set up properly by preHandle().
DrupalKernel::$root property core/lib/Drupal/Core/DrupalKernel.php The app root.
DrupalKernel::$serviceIdMapping property core/lib/Drupal/Core/DrupalKernel.php A mapping from service classes to service IDs.
DrupalKernel::$serviceProviderClasses property core/lib/Drupal/Core/DrupalKernel.php List of discovered service provider class names or objects.
DrupalKernel::$serviceProviders property core/lib/Drupal/Core/DrupalKernel.php List of instantiated service provider classes.
DrupalKernel::$serviceYamls property core/lib/Drupal/Core/DrupalKernel.php List of discovered services.yml path names.
DrupalKernel::$sitePath property core/lib/Drupal/Core/DrupalKernel.php The site path directory.
DrupalKernel::addServiceFiles function core/lib/Drupal/Core/DrupalKernel.php Add service files.
DrupalKernel::attachSynthetic function core/lib/Drupal/Core/DrupalKernel.php Attach synthetic values on to kernel.
DrupalKernel::boot function core/lib/Drupal/Core/DrupalKernel.php Boots the current kernel.
DrupalKernel::bootEnvironment function core/lib/Drupal/Core/DrupalKernel.php Setup a consistent PHP environment.
DrupalKernel::cacheDrupalContainer function core/lib/Drupal/Core/DrupalKernel.php Stores the container definition in a cache.
DrupalKernel::classLoaderAddMultiplePsr4 function core/lib/Drupal/Core/DrupalKernel.php Registers a list of namespaces with PSR-4 directories for class loading.
DrupalKernel::collectServiceIdMapping function core/lib/Drupal/Core/DrupalKernel.php Collect a mapping between service to ids.
DrupalKernel::compileContainer function core/lib/Drupal/Core/DrupalKernel.php Compiles a new service container.
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::generateServiceIdHash function core/lib/Drupal/Core/DrupalKernel.php Generate a unique hash for a service object.
DrupalKernel::getAppRoot function core/lib/Drupal/Core/DrupalKernel.php Gets the app root.
DrupalKernel::getCachedContainerDefinition function core/lib/Drupal/Core/DrupalKernel.php Returns the cached container definition - if any.
DrupalKernel::getConfigStorage function core/lib/Drupal/Core/DrupalKernel.php Returns the active configuration storage to use during building the container.
DrupalKernel::getContainer function core/lib/Drupal/Core/DrupalKernel.php Gets the current container.
DrupalKernel::getContainerBuilder function core/lib/Drupal/Core/DrupalKernel.php Gets a new ContainerBuilder instance used to build the service container.
DrupalKernel::getContainerCacheKey function core/lib/Drupal/Core/DrupalKernel.php Returns the container cache key based on the environment.
DrupalKernel::getHttpKernel function core/lib/Drupal/Core/DrupalKernel.php Gets a http kernel from the container.
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::getModuleFileNames function core/lib/Drupal/Core/DrupalKernel.php Gets the file name for each enabled module.
DrupalKernel::getModuleNamespacesPsr4 function core/lib/Drupal/Core/DrupalKernel.php Gets the PSR-4 base directories for module namespaces.
DrupalKernel::getModulesParameter function core/lib/Drupal/Core/DrupalKernel.php Returns an array of Extension class parameters for all enabled modules.
DrupalKernel::getServiceIdMapping function core/lib/Drupal/Core/DrupalKernel.php Get a mapping from service hashes to service IDs.
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::handle function core/lib/Drupal/Core/DrupalKernel.php
DrupalKernel::handleException function core/lib/Drupal/Core/DrupalKernel.php Converts an exception into a response.
DrupalKernel::initializeContainer function core/lib/Drupal/Core/DrupalKernel.php Initializes the service container.
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::invalidateContainer function core/lib/Drupal/Core/DrupalKernel.php Invalidate the service container for the next request.

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