Search for kernel
- Search 7.x for kernel
- Search 9.5.x for kernel
- Search 8.9.x for kernel
- Search 10.3.x for kernel
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DrupalKernel::$containerNeedsRebuild | property | core/ |
Whether the container needs to be rebuilt the next time it is initialized. |
DrupalKernel::$defaultBootstrapContainerDefinition | property | core/ |
Holds the default bootstrap container definition. |
DrupalKernel::$environment | property | core/ |
The environment, e.g. 'testing', 'install'. |
DrupalKernel::$isEnvironmentInitialized | property | core/ |
Whether the PHP environment has been initialized. |
DrupalKernel::$moduleData | property | core/ |
List of available modules and installation profiles. |
DrupalKernel::$moduleList | property | core/ |
Holds the list of enabled modules. |
DrupalKernel::$phpArrayDumperClass | property | core/ |
Holds the class used for dumping the container to a PHP array. |
DrupalKernel::$prepared | property | core/ |
Whether essential services have been set up properly by preHandle(). |
DrupalKernel::$root | property | core/ |
The app root. |
DrupalKernel::$serviceProviderClasses | property | core/ |
List of discovered service provider class names or objects. |
DrupalKernel::$serviceProviders | property | core/ |
List of instantiated service provider classes. |
DrupalKernel::$serviceYamls | property | core/ |
List of discovered services.yml path names. |
DrupalKernel::$sitePath | property | core/ |
The site path directory. |
DrupalKernel::addServiceFiles | function | core/ |
Add service files. |
DrupalKernel::attachSynthetic | function | core/ |
Attach synthetic values on to kernel. |
DrupalKernel::boot | function | core/ |
Boots the current kernel. |
DrupalKernel::bootEnvironment | function | core/ |
Setup a consistent PHP environment. |
DrupalKernel::cacheDrupalContainer | function | core/ |
Stores the container definition in a cache. |
DrupalKernel::classLoaderAddMultiplePsr4 | function | core/ |
Registers a list of namespaces with PSR-4 directories for class loading. |
DrupalKernel::compileContainer | function | core/ |
Compiles a new service container. |
DrupalKernel::createFromRequest | function | core/ |
Create a DrupalKernel object from a request. |
DrupalKernel::discoverServiceProviders | function | core/ |
Discovers available serviceProviders. |
DrupalKernel::findSitePath | function | core/ |
Returns the appropriate site directory for a request. |
DrupalKernel::getAppRoot | function | core/ |
Gets the app root. |
DrupalKernel::getCachedContainerDefinition | function | core/ |
Returns the cached container definition - if any. |
DrupalKernel::getConfigStorage | function | core/ |
Gets the active configuration storage to use during building the container. |
DrupalKernel::getContainer | function | core/ |
Gets the current container. |
DrupalKernel::getContainerBuilder | function | core/ |
Gets a new ContainerBuilder instance used to build the service container. |
DrupalKernel::getContainerCacheKey | function | core/ |
Returns the container cache key based on the environment. |
DrupalKernel::getExtensions | function | core/ |
Get the core.extension config object. |
DrupalKernel::getHttpKernel | function | core/ |
Gets a http kernel from the container. |
DrupalKernel::getInstallProfile | function | core/ |
Gets the active install profile. |
DrupalKernel::getKernelParameters | function | core/ |
Returns the kernel parameters. |
DrupalKernel::getModuleFileNames | function | core/ |
Gets the file name for each enabled module. |
DrupalKernel::getModuleNamespacesPsr4 | function | core/ |
Gets the PSR-4 base directories for module namespaces. |
DrupalKernel::getModulesParameter | function | core/ |
Returns an array of Extension class parameters for all enabled modules. |
DrupalKernel::getServiceProviders | function | core/ |
Returns all registered service providers. |
DrupalKernel::getServicesToPersist | function | core/ |
Returns service instances to persist from an old container to a new one. |
DrupalKernel::getSitePath | function | core/ |
Gets the site path directory. |
DrupalKernel::guessApplicationRoot | function | core/ |
Determine the application root directory based on this file's location. |
DrupalKernel::handle | function | core/ |
|
DrupalKernel::handleException | function | core/ |
Converts an exception into a response. |
DrupalKernel::initializeContainer | function | core/ |
Initializes the service container. |
DrupalKernel::initializeEphemeralSession | function | core/ |
Initializes a session backed by in-memory store and puts it on the request. |
DrupalKernel::initializeRequestGlobals | function | core/ |
Bootstraps the legacy global request variables. |
DrupalKernel::initializeServiceProviders | function | core/ |
Registers all service providers to the kernel. |
DrupalKernel::initializeSettings | function | core/ |
Locate site path and initialize settings singleton. |
DrupalKernel::invalidateContainer | function | core/ |
Invalidate the service container for the next request. |
DrupalKernel::loadLegacyIncludes | function | core/ |
Helper method that loads legacy Drupal include files. |
DrupalKernel::moduleData | function | core/ |
Returns module data on the filesystem. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.