Search for stack
- Search 7.x for stack
- Search 9.5.x for stack
- Search 8.9.x for stack
- Search 10.3.x for stack
- Search 11.x for stack
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::$httpKernel | 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/ |
|
| StackedHttpKernel::__construct | function | core/ |
Constructs a stacked HTTP kernel. |
| StackedHttpKernelTest | class | core/ |
Tests Drupal\Core\StackMiddleware\StackedHttpKernel. |
| StackedHttpKernelTest.php | file | core/ |
|
| StackedHttpKernelTest::testClosureMiddlewareArgument | function | core/ |
Tests that stacked kernel is constructed with a list of closures. |
| StackedHttpKernelTest::testTerminate | function | core/ |
Tests that stacked kernel invokes the terminate call in all middlewares. |
| StackedKernelPass | class | core/ |
Provides a compiler pass for stacked HTTP kernels. |
| StackedKernelPass.php | file | core/ |
|
| StackedKernelPass::process | function | core/ |
|
| StackedKernelPass::processValue | function | core/ |
|
| StackedKernelPassTest | class | core/ |
Tests Drupal\Core\DependencyInjection\Compiler\StackedKernelPass. |
| 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::providerTestClosureMiddleware | function | core/ |
Data provider for stacked kernel service closure middleware test. |
| StackedKernelPassTest::setUp | function | core/ |
|
| StackedKernelPassTest::testProcessWithHttpKernel | function | core/ |
Tests process with http kernel. |
| StackedKernelPassTest::testProcessWithStackedKernel | function | core/ |
Tests process with stacked kernel. |
| StackedKernelPassTest::testProcessWithStackedKernelAndFinalHttpMiddleware | function | core/ |
Tests that class declared 'final' can be added as http_middleware. |
| StackedKernelPassTest::testProcessWithStackedKernelAndServiceClosureMiddleware | function | core/ |
Tests that class taking a service closure 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/ |
|
| StackKernelIntegrationTest::testRequest | function | core/ |
Tests a request. |
| StackKernelIntegrationTest::testServiceClosureMiddlewares | function | core/ |
Tests that service closure middleware avoids creation of http kernel. |
| StackSessionHandlerIntegrationTest | class | core/ |
Tests the stacked session handler functionality. |
| StackSessionHandlerIntegrationTest.php | file | core/ |
|
| StackSessionHandlerIntegrationTest::$defaultTheme | property | core/ |
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.