Search for handle

  1. Search 7.x for handle
  2. Search 8.9.x for handle
  3. Search 10.3.x for handle
  4. Search 11.x for handle
  5. Other projects
Title Object type File name Summary
ContextHandlerInterface::checkRequirements function core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php Checks a set of requirements against a set of contexts.
ContextHandlerInterface::filterPluginDefinitionsByContexts function core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php Determines plugins whose constraints are satisfied by a set of contexts.
ContextHandlerInterface::getMatchingContexts function core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php Determines which contexts satisfy the constraints of a given definition.
ContextHandlerTest class core/tests/Drupal/KernelTests/Core/Plugin/ContextHandlerTest.php @coversDefaultClass \Drupal\Core\Plugin\Context\ContextHandler[[api-linebreak]]
ContextHandlerTest class core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @coversDefaultClass \Drupal\Core\Plugin\Context\ContextHandler[[api-linebreak]]
@group Plugin
ContextHandlerTest.php file core/tests/Drupal/KernelTests/Core/Plugin/ContextHandlerTest.php
ContextHandlerTest.php file core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php Contains \Drupal\Tests\Core\Plugin\ContextHandlerTest.
ContextHandlerTest::$contextHandler property core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php The context handler.
ContextHandlerTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/ContextHandlerTest.php Modules to enable.
ContextHandlerTest::providerTestCheckRequirements function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php Provides data for testCheckRequirements().
ContextHandlerTest::providerTestFilterPluginDefinitionsByContexts function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php Provides data for testFilterPluginDefinitionsByContexts().
ContextHandlerTest::providerTestGetMatchingContexts function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php Provides data for testGetMatchingContexts().
ContextHandlerTest::setUp function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php
ContextHandlerTest::testApplyContextMapping function core/tests/Drupal/KernelTests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping[[api-linebreak]]
ContextHandlerTest::testApplyContextMapping function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping[[api-linebreak]]
ContextHandlerTest::testApplyContextMappingAlreadyApplied function core/tests/Drupal/KernelTests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping[[api-linebreak]]
ContextHandlerTest::testApplyContextMappingConfigurableAssigned function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping[[api-linebreak]]
ContextHandlerTest::testApplyContextMappingConfigurableAssignedMiss function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping[[api-linebreak]]
ContextHandlerTest::testApplyContextMappingMissingNotRequired function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping[[api-linebreak]]
ContextHandlerTest::testApplyContextMappingMissingRequired function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping[[api-linebreak]]
ContextHandlerTest::testApplyContextMappingNoValueNonRequired function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping[[api-linebreak]]
ContextHandlerTest::testApplyContextMappingNoValueRequired function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::applyContextMapping[[api-linebreak]]
ContextHandlerTest::testCheckRequirements function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::checkRequirements[[api-linebreak]]
ContextHandlerTest::testFilterPluginDefinitionsByContexts function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::filterPluginDefinitionsByContexts[[api-linebreak]]
ContextHandlerTest::testGetMatchingContexts function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::getMatchingContexts[[api-linebreak]]
ContextualLinkManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The mocked module handler.
ControllerBase::$moduleHandler property core/lib/Drupal/Core/Controller/ControllerBase.php The module handler.
ControllerBase::moduleHandler function core/lib/Drupal/Core/Controller/ControllerBase.php Returns the module handler.
CountryManager::$moduleHandler property core/lib/Drupal/Core/Locale/CountryManager.php The module handler service.
Cron::$moduleHandler property core/lib/Drupal/Core/Cron.php The module handler service.
Cron::invokeCronHandlers function core/lib/Drupal/Core/Cron.php Invokes any cron handlers implementing hook_cron.
CustomPageExceptionHtmlSubscriberTest::testHandleWithGetRequest function core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php Tests onHandleException with a GET request.
CustomPageExceptionHtmlSubscriberTest::testHandleWithPostRequest function core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php Tests onHandleException with a POST request.
DatabaseExceptionWrapperTest::testHandleQueryExceptionDeprecation function core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php Tests deprecation of Connection::handleQueryException.
DefaultExceptionHtmlSubscriber::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Specifies the request formats this subscriber will respond to.
DefaultPluginManager::$moduleHandler property core/lib/Drupal/Core/Plugin/DefaultPluginManager.php The module handler to invoke the alter hook.
DefaultSelection::$moduleHandler property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The module handler service.
DeprecationListenerTrait::$previousHandler property core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php The previous error handler.
DeprecationListenerTrait::registerErrorHandler function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php Registers an error handler that wraps Symfony's DeprecationErrorHandler.
DeprecationListenerTrait::removeErrorHandler function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php Removes the error handler if registered.
Drupal::moduleHandler function core/lib/Drupal.php Returns the module handler.
DrupalKernel::handle function core/lib/Drupal/Core/DrupalKernel.php
DrupalKernel::handleException function core/lib/Drupal/Core/DrupalKernel.php Converts an exception into a response.
DrupalKernel::preHandle function core/lib/Drupal/Core/DrupalKernel.php Helper method that does request related initialization.
DrupalKernelInterface::preHandle function core/lib/Drupal/Core/DrupalKernelInterface.php Helper method that does request related initialization.
DrupalStandardsListenerTrait::errorHandler function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Handles errors to ensure deprecation messages are not triggered.
DrupalTest::testModuleHandler function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the moduleHandler() method.
ElementInfoManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The mocked module handler.
EntityAccessControlHandler class core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Defines a default implementation for entity access control handler.
EntityAccessControlHandler.php file core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php

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