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
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
StackedKernelPass.php | file | core/ |
|
StackedKernelPass::process | function | core/ |
|
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. |
StackKernelIntegrationTest::testRequest | function | core/ |
Tests a request. |
StackSessionHandlerIntegrationTest | class | core/ |
Tests the stacked session handler functionality. |
StackSessionHandlerIntegrationTest.php | file | core/ |
|
StackSessionHandlerIntegrationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
StackSessionHandlerIntegrationTest::$modules | property | core/ |
Modules to install. |
StackSessionHandlerIntegrationTest::testRequest | function | core/ |
Tests a request. |
SystemManager::$requestStack | property | core/ |
The request stack. |
ThemeNegotiatorTest::$requestStack | property | core/ |
The request stack. |
Time::$requestStack | property | core/ |
The request stack. |
TimeTest::$requestStack | property | core/ |
The mocked request stack. |
TransactionManagerBase::$stack | property | core/ |
The stack of Drupal transactions currently active. |
TransactionManagerBase::addStackItem | function | core/ |
Adds an item to the transaction stack. |
TransactionManagerBase::dumpStackItemsAsString | function | core/ |
Produces a string representation of the stack items. |
TransactionManagerBase::removeStackItem | function | core/ |
Removes an item from the transaction stack. |
TransactionManagerBase::stack | function | core/ |
Returns the content of the transaction stack. |
TransactionManagerBase::stackDepth | function | core/ |
Returns the current depth of the transaction stack. |
TransactionManagerBase::voidStackItem | function | core/ |
Voids an item from the transaction stack. |
UnroutedUrlAssembler::$requestStack | property | core/ |
A request stack object. |
UnroutedUrlAssemblerTest::$requestStack | property | core/ |
The request stack. |
UnroutedUrlAssemblerTest::setupRequestStack | function | core/ |
Setups the request stack for a given subdir. |
UpdateRoot::$requestStack | property | core/ |
The request stack. |
UrlGenerator::$requestStack | property | core/ |
A request stack object. |
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.