Search for stack

  1. Search 7.x for stack
  2. Search 9.5.x for stack
  3. Search 8.9.x for stack
  4. Search 10.3.x for stack
  5. Search 11.x for stack
  6. Other projects
Title Object type File name Summary
AccessCheck::$requestStack property core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php The request stack.
AccountSwitcher::$accountStack property core/lib/Drupal/Core/Session/AccountSwitcher.php A stack of previous overridden accounts.
AjaxBasePageNegotiator::$requestStack property core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php The request stack.
AjaxBasePageNegotiatorTest::$requestStack property core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php The request stack.
BanAdminTest::getRequestStackMock function core/modules/ban/tests/src/Unit/BanAdminTest.php Get a request stack with a dummy IP.
BatchNegotiator::$requestStack property core/modules/system/src/Theme/BatchNegotiator.php The request stack.
BatchTestHelper::stack function core/modules/system/tests/modules/batch_test/src/BatchTestHelper.php Helper function: Stores or retrieves traced execution data.
BigPipeStrategy::$requestStack property core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php The request stack.
CKEditor5MediaController::$requestStack property core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php The request stack.
ClientFactory::$stack property core/lib/Drupal/Core/Http/ClientFactory.php The handler stack.
ConfigurableLanguageManager::$requestStack property core/modules/language/src/ConfigurableLanguageManager.php The request object.
ContextualLinkManager::$requestStack property core/lib/Drupal/Core/Menu/ContextualLinkManager.php The request stack.
CurrentPathStack class core/lib/Drupal/Core/Path/CurrentPathStack.php Represents the current path for the current request.
CurrentPathStack.php file core/lib/Drupal/Core/Path/CurrentPathStack.php
CurrentPathStack::$paths property core/lib/Drupal/Core/Path/CurrentPathStack.php Static cache of paths.
CurrentPathStack::$requestStack property core/lib/Drupal/Core/Path/CurrentPathStack.php The request stack.
CurrentPathStack::getPath function core/lib/Drupal/Core/Path/CurrentPathStack.php Returns the path of the current request.
CurrentPathStack::setPath function core/lib/Drupal/Core/Path/CurrentPathStack.php Sets the current path.
CurrentPathStack::__construct function core/lib/Drupal/Core/Path/CurrentPathStack.php Constructs a new CurrentPathStack instance.
CurrentRouteMatch::$requestStack property core/lib/Drupal/Core/Routing/CurrentRouteMatch.php The related request stack.
Date::$requestStack property core/modules/datetime/src/Plugin/views/filter/Date.php The request stack used to determine current time.
DateTest::$requestStack property core/tests/Drupal/Tests/Core/Datetime/DateTest.php The mocked string translation.
DriverSpecificTransactionTestBase::testTransactionManagerFailureOnPendingStackItems function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests TransactionManager failure.
DriverSpecificTransactionTestBase::testTransactionStacking function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests transaction stacking, commit, and rollback.
Drupal::requestStack function core/lib/Drupal.php Retrieves the request stack.
DrupalKernelRequestStackTest class core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Tests the usage of the request stack as part of request processing.
DrupalKernelRequestStackTest.php file core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php
DrupalKernelRequestStackTest::$modules property core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Modules to install.
DrupalKernelRequestStackTest::$recordedRequests property core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php The request stack requests when the kernel request event is fired.
DrupalKernelRequestStackTest::$recordedRequestStackCount property core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php The request stack count when the kernel request event is fired.
DrupalKernelRequestStackTest::checkErrorHandlerOnTearDown function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Checks the test error handler after test execution.
DrupalKernelRequestStackTest::getRequestStackCount function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Uses reflection to count the number of requests in the request stack.
DrupalKernelRequestStackTest::getSubscribedEvents function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php
DrupalKernelRequestStackTest::onRequest function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Records the current request and master request for testing.
DrupalKernelRequestStackTest::register function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Registers test-specific services.
DrupalKernelRequestStackTest::testRequestStackHandling function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelRequestStackTest.php Tests request stack when sub requests are made.
DrupalTest::testRequestStack function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the testRequestStack() method.
EntityDeleteMultipleAccessCheck::$requestStack property core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php Request stack service.
FieldPluginBaseTest::$requestStack property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The request stack.
FileUrlGenerator::$requestStack property core/lib/Drupal/Core/File/FileUrlGenerator.php The request stack.
FormBase::$requestStack property core/lib/Drupal/Core/Form/FormBase.php The request stack.
FormBase::setRequestStack function core/lib/Drupal/Core/Form/FormBase.php Sets the request stack object to use.
FormBuilder::$requestStack property core/lib/Drupal/Core/Form/FormBuilder.php The request stack.
FormCache::$requestStack property core/lib/Drupal/Core/Form/FormCache.php The request stack.
FormCacheTest::$requestStack property core/tests/Drupal/Tests/Core/Form/FormCacheTest.php The request stack.
FormTestBase::$requestStack property core/tests/Drupal/Tests/Core/Form/FormTestBase.php The request stack.
FormValidator::$requestStack property core/lib/Drupal/Core/Form/FormValidator.php The request stack.
HandlerStackConfigurator class core/lib/Drupal/Core/Http/HandlerStackConfigurator.php Defines a class for configuring middlewares on the http handler stack.
HandlerStackConfigurator.php file core/lib/Drupal/Core/Http/HandlerStackConfigurator.php
HandlerStackConfigurator::$container property core/lib/Drupal/Core/Http/HandlerStackConfigurator.php The service container.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.