Search for stack
Title | Object type | File name | Summary |
---|---|---|---|
ResettableStackedRouteMatchInterface.php | file | core/ |
|
ResettableStackedRouteMatchInterface::resetRouteMatch | function | core/ |
Resets the route match static cache. |
ResourceObjectNormalizationCacher::$requestStack | property | core/ |
The request stack. |
ResourceObjectNormalizationCacher::setRequestStack | function | core/ |
Sets the request stack. |
ResponseStatus::$requestStack | property | core/ |
The request stack. |
ResponseStatus::setRequestStack | function | core/ |
|
ResponseStatusTest::$requestStack | property | core/ |
The request stack used for testing. |
SessionCacheContextTest::$requestStack | property | core/ |
The request stack. |
SessionExistsCacheContext::$requestStack | property | core/ |
The request stack. |
SessionHandler::$requestStack | property | core/ |
The request stack. |
SessionManager::$requestStack | property | core/ |
The request stack. |
SharedTempStore::$requestStack | property | core/ |
The request stack. |
SharedTempStoreFactory::$requestStack | property | core/ |
The request stack. |
SharedTempStoreTest::$requestStack | property | core/ |
The request stack. |
StackedHttpKernel | class | core/ |
Provides a stacked HTTP kernel. |
StackedHttpKernel.php | file | core/ |
|
StackedHttpKernel::$kernel | property | core/ |
The decorated kernel. |
StackedHttpKernel::$middlewares | property | core/ |
A set of middlewares that are wrapped around this kernel. |
StackedHttpKernel::handle | function | core/ |
|
StackedHttpKernel::terminate | function | core/ |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
StackedHttpKernel::__construct | function | core/ |
Constructs a stacked HTTP kernel. |
StackedKernelPass | class | core/ |
Provides a compiler pass for stacked HTTP kernels. |
StackedKernelPass.php | file | core/ |
|
StackedKernelPass::process | function | core/ |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
StackedKernelPassTest | class | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\StackedKernelPass @group DependencyInjection |
StackedKernelPassTest.php | file | core/ |
|
StackedKernelPassTest::$containerBuilder | property | core/ |
|
StackedKernelPassTest::$stackedKernelPass | property | core/ |
The stacked kernel pass. |
StackedKernelPassTest::createMiddlewareServiceDefinition | function | core/ |
Creates a middleware definition. |
StackedKernelPassTest::setUp | function | core/ |
|
StackedKernelPassTest::testProcessWithHttpKernel | function | core/ |
@covers ::process |
StackedKernelPassTest::testProcessWithStackedKernel | function | core/ |
@covers ::process |
StackedKernelPassTest::testProcessWithStackedKernelAndFinalHttpMiddleware | function | core/ |
Tests that class declared 'final' can be added as http_middleware. |
StackedRouteMatchInterface | interface | core/ |
Defines an interface for a stack of route matches. |
StackedRouteMatchInterface.php | file | core/ |
|
StackedRouteMatchInterface::getCurrentRouteMatch | function | core/ |
Gets the current route match. |
StackedRouteMatchInterface::getMasterRouteMatch | function | core/ |
Gets the master route match.. |
StackedRouteMatchInterface::getParentRouteMatch | function | core/ |
Returns the parent route match of the current. |
StackedRouteMatchInterface::getRouteMatchFromRequest | function | core/ |
Returns a route match from a given request, if possible. |
StackedSessionHandlerPass | class | core/ |
Provides a compiler pass for stacked session save handlers. |
StackedSessionHandlerPass.php | file | core/ |
|
StackedSessionHandlerPass::process | function | core/ |
|
StackItem | class | core/ |
A value object for items on the transaction stack. |
StackItem.php | file | core/ |
|
StackItem::__construct | function | core/ |
Constructor. |
StackItemType.php | file | core/ |
|
StackKernelIntegrationTest | class | core/ |
Tests the stacked kernel functionality. |
StackKernelIntegrationTest.php | file | core/ |
|
StackKernelIntegrationTest::$modules | property | core/ |
Modules to install. |
StackKernelIntegrationTest::testLazyLateMiddlewares | function | core/ |
Tests that late middlewares are automatically flagged lazy. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.