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 |
---|---|---|---|
AppRootFactory::$drupalKernel | property | core/ |
The Drupal kernel. |
AuthenticationSubscriber::onKernelRequestAuthenticate | function | core/ |
Authenticates user on request. |
AuthenticationSubscriber::onKernelRequestFilterProvider | function | core/ |
Denies access if authentication provider is not allowed on this route. |
BanMiddleware::$httpKernel | property | core/ |
The decorated kernel. |
BanMiddlewareTest::$kernel | property | core/ |
The mocked wrapped kernel. |
BatchKernelTest | class | core/ |
Tests batch functionality. |
BatchKernelTest.php | file | core/ |
|
BatchKernelTest::setUp | function | core/ |
|
BatchKernelTest::testNeedsUpdate | function | core/ |
Tests _batch_needs_update(). |
BcConfigSubscriber::$kernel | property | core/ |
The Drupal Kernel. |
BigPipe::$httpKernel | property | core/ |
The HTTP kernel. |
CommentController::$httpKernel | property | core/ |
The HTTP kernel. |
CommentViewsKernelTestBase | class | core/ |
Provides a common test base for comment views tests. |
CommentViewsKernelTestBase.php | file | core/ |
|
CommentViewsKernelTestBase::$adminUser | property | core/ |
Admin user. |
CommentViewsKernelTestBase::$commentStorage | property | core/ |
The entity storage for comments. |
CommentViewsKernelTestBase::$modules | property | core/ |
Modules to enable. |
CommentViewsKernelTestBase::$userStorage | property | core/ |
The entity storage for users. |
CommentViewsKernelTestBase::setUp | function | core/ |
|
CustomPageExceptionHtmlSubscriberTest::$kernel | property | core/ |
The mocked HTTP kernel. |
DefaultExceptionHtmlSubscriber::$httpKernel | property | core/ |
The HTTP kernel. |
DisplayKernelTest | class | core/ |
Drupal unit tests for the DisplayPluginBase class. |
DisplayKernelTest.php | file | core/ |
|
DisplayKernelTest::$handlerTypes | property | core/ |
Views handler types to test. |
DisplayKernelTest::$modules | property | core/ |
Modules to enable. |
DisplayKernelTest::$pluginTypes | property | core/ |
Views plugin types to test. |
DisplayKernelTest::$testViews | property | core/ |
Views used by this test. |
DisplayKernelTest::testDefaultOptions | function | core/ |
Tests the default display options. |
DisplayKernelTest::testGetPlugin | function | core/ |
Tests the \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin() method. |
DisplayKernelTest::testisIdentifierUnique | function | core/ |
Tests the ::isIdentifierUnique method. |
DrupalKernel | class | core/ |
The DrupalKernel class is the core of Drupal itself. |
DrupalKernel.php | file | core/ |
|
DrupalKernel::$allowDumping | property | core/ |
Whether the container can be dumped. |
DrupalKernel::$booted | property | core/ |
Whether the kernel has been booted. |
DrupalKernel::$bootstrapContainer | property | core/ |
Holds the bootstrap container. |
DrupalKernel::$bootstrapContainerClass | property | core/ |
Holds the class used for instantiating the bootstrap container. |
DrupalKernel::$classLoader | property | core/ |
The class loader object. |
DrupalKernel::$configStorage | property | core/ |
Config storage object used for reading enabled modules configuration. |
DrupalKernel::$container | property | core/ |
Holds the container instance. |
DrupalKernel::$containerNeedsDumping | property | core/ |
Whether the container needs to be dumped once booting is complete. |
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. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.