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
AccountSwitcher::$writeSafeHandler property core/lib/Drupal/Core/Session/AccountSwitcher.php The write-safe session handler.
AjaxResponseAttachmentsProcessor::$moduleHandler property core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php The module handler.
ArgumentsResolver::handleUnresolvedArgument function core/lib/Drupal/Component/Utility/ArgumentsResolver.php Handles unresolved arguments for getArgument().
ArgumentsResolverTest::providerTestHandleUnresolvedArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Provides test data to testHandleUnresolvedArgument().
ArgumentsResolverTest::testHandleNotUpcastedArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests handleUnresolvedArgument() for a scalar argument.
ArgumentsResolverTest::testHandleUnresolvedArgument function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests handleUnresolvedArgument() for missing arguments.
AssetResolver::$moduleHandler property core/lib/Drupal/Core/Asset/AssetResolver.php The module handler.
BaseFieldOverrideAccessControlHandler class core/lib/Drupal/Core/Field/BaseFieldOverrideAccessControlHandler.php Provides en entity access control handler for base field override entity.
BaseFieldOverrideAccessControlHandler.php file core/lib/Drupal/Core/Field/BaseFieldOverrideAccessControlHandler.php
BaseFieldOverrideAccessControlHandler::checkAccess function core/lib/Drupal/Core/Field/BaseFieldOverrideAccessControlHandler.php Performs access checks.
BinaryData::$handle property core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php A generic file resource handle.
BlockManager::handlePluginNotFound function core/lib/Drupal/Core/Block/BlockManager.php Allows plugin managers to specify custom behavior if a plugin is not found.
BlockManagerTest::testHandlePluginNotFound function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php @covers ::handlePluginNotFound[[api-linebreak]]
BreadcrumbManager::$moduleHandler property core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php The module handler to invoke the alter hook.
BreadcrumbManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php The mocked module handler.
BundlePermissionHandlerTrait trait core/lib/Drupal/Core/Entity/BundlePermissionHandlerTrait.php Provides a method to simplify generating bundle level permissions.
BundlePermissionHandlerTrait.php file core/lib/Drupal/Core/Entity/BundlePermissionHandlerTrait.php
BundlePermissionHandlerTrait::generatePermissions function core/lib/Drupal/Core/Entity/BundlePermissionHandlerTrait.php Builds a permissions array for the supplied bundles.
CategorizingPluginManagerTrait::getModuleHandler function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Returns the module handler used.
ConfigImporter::$moduleHandler property core/lib/Drupal/Core/Config/ConfigImporter.php The module handler.
ConfigImporter::$themeHandler property core/lib/Drupal/Core/Config/ConfigImporter.php The theme handler.
ConfigImportSubscriber::$themeHandler property core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php The theme handler.
Connection::exceptionHandler function core/lib/Drupal/Core/Database/Connection.php Returns the database exceptions handler.
Connection::handleQueryException function core/lib/Drupal/Core/Database/Connection.php Wraps and re-throws any PDO exception thrown by static::query().
context.handler service core/core.services.yml Drupal\Core\Plugin\Context\ContextHandler
ContextAwarePluginAssignmentTrait::contextHandler function core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php Wraps the context handler.
ContextAwarePluginManagerTrait::contextHandler function core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php Wraps the context handler.
ContextHandler class core/lib/Drupal/Core/Plugin/Context/ContextHandler.php Provides methods to handle sets of contexts.
ContextHandler.php file core/lib/Drupal/Core/Plugin/Context/ContextHandler.php
ContextHandler::applyContextMapping function core/lib/Drupal/Core/Plugin/Context/ContextHandler.php Prepares a plugin for evaluation.
ContextHandler::checkRequirements function core/lib/Drupal/Core/Plugin/Context/ContextHandler.php Checks a set of requirements against a set of contexts.
ContextHandler::filterPluginDefinitionsByContexts function core/lib/Drupal/Core/Plugin/Context/ContextHandler.php Determines plugins whose constraints are satisfied by a set of contexts.
ContextHandler::getContextDefinitions function core/lib/Drupal/Core/Plugin/Context/ContextHandler.php Returns the context definitions associated with a plugin definition.
ContextHandler::getMatchingContexts function core/lib/Drupal/Core/Plugin/Context/ContextHandler.php Determines which contexts satisfy the constraints of a given definition.
ContextHandlerInterface interface core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php Provides an interface for handling sets of contexts.
ContextHandlerInterface.php file core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php
ContextHandlerInterface::applyContextMapping function core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php Prepares a plugin for evaluation.
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/Tests/Core/Plugin/ContextHandlerTest.php @coversDefaultClass \Drupal\Core\Plugin\Context\ContextHandler[[api-linebreak]]
@group Plugin
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::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/Tests/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]]

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