Search for handle

  1. Search 7.x for handle
  2. Search 9.5.x for handle
  3. Search 8.9.x for handle
  4. Search 10.3.x for handle
  5. Other projects
Title Object type File name Summary
DeprecationHandler::collectActualDeprecation function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Collects an actual deprecation.
DeprecationHandler::expectDeprecation function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Adds an expected deprecation.
DeprecationHandler::getCollectedDeprecations function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Returns all collected deprecations.
DeprecationHandler::getConfiguration function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Returns the extension configuration.
DeprecationHandler::getExpectedDeprecations function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Returns all expected deprecations.
DeprecationHandler::init function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Initializes the extension.
DeprecationHandler::isDeprecationTest function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Determines if a test case is a deprecation test.
DeprecationHandler::isEnabled function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Determines if the extension is enabled.
DeprecationHandler::isIgnoredDeprecation function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Determines if an actual deprecation should be ignored.
DeprecationHandler::isTestInLegacyGroup function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Determines if a test case is part of the 'legacy' group.
DeprecationHandler::reset function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Resets the extension.
DeprecationHandler::__construct function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php This class should not be instantiated.
DisplayKernelTest::$handlerTypes property core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Views handler types to test.
DisplayPluginBase::$handlers property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php An array of instantiated handlers used in this display.
DisplayPluginBase::getAllHandlers function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Gets all the handlers used by the display.
DisplayPluginBase::getHandler function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Get the handler object for a single handler.
DisplayPluginBase::getHandlers function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Get a full array of handlers for $type. This caches them.
DisplayPluginBase::mergeHandler function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Merges handlers default values.
DisplayPluginInterface::getHandler function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Get the handler object for a single handler.
DisplayPluginInterface::getHandlers function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Get a full array of handlers for $type. This caches them.
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.
DrupalTest::testModuleHandler function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the moduleHandler() method.
Drupal\file\Upload\FileUploadHandler service core/modules/file/file.services.yml Alias of file.upload_handler
EditorAccessControlHandler class core/modules/editor/src/EditorAccessControlHandler.php Defines the access control handler for the text editor entity type.
EditorAccessControlHandler.php file core/modules/editor/src/EditorAccessControlHandler.php
EditorAccessControlHandler::checkAccess function core/modules/editor/src/EditorAccessControlHandler.php Performs access checks.
ElementInfoManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The mocked module handler.
ElementInfoManagerTest::$themeHandler property core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php The mocked theme 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
EntityAccessControlHandler::$accessCache property core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Stores calculated access check results.
EntityAccessControlHandler::$entityType property core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Information about the entity type.
EntityAccessControlHandler::$entityTypeId property core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php The entity type ID of the access control handler instance.
EntityAccessControlHandler::$viewLabelOperation property core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Allows to grant access to just the labels.
EntityAccessControlHandler::access function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Checks access to an operation on a given entity or entity translation.
EntityAccessControlHandler::buildCreateAccessCid function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Builds the create access result cache ID.
EntityAccessControlHandler::checkAccess function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Performs access checks.
EntityAccessControlHandler::checkCreateAccess function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Performs create access checks.
EntityAccessControlHandler::checkFieldAccess function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Default field access as determined by this access control handler.
EntityAccessControlHandler::createAccess function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Checks access to create an entity.
EntityAccessControlHandler::fieldAccess function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Checks access to an operation on a given entity field.
EntityAccessControlHandler::getCache function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Tries to retrieve a previously cached access value from the static cache.
EntityAccessControlHandler::prepareUser function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Loads the current account object, if it does not exist yet.
EntityAccessControlHandler::processAccessHookResults function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Determines entity access.
EntityAccessControlHandler::resetCache function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Clears all cached access checks.
EntityAccessControlHandler::setCache function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Statically caches whether the given user has access.

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