Search for handle
- Search 7.x for handle
- Search 9.5.x for handle
- Search 8.9.x for handle
- Search 10.3.x for handle
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DeprecationHandler::collectActualDeprecation | function | core/ |
Collects an actual deprecation. |
DeprecationHandler::expectDeprecation | function | core/ |
Adds an expected deprecation. |
DeprecationHandler::getCollectedDeprecations | function | core/ |
Returns all collected deprecations. |
DeprecationHandler::getConfiguration | function | core/ |
Returns the extension configuration. |
DeprecationHandler::getExpectedDeprecations | function | core/ |
Returns all expected deprecations. |
DeprecationHandler::init | function | core/ |
Initializes the extension. |
DeprecationHandler::isDeprecationTest | function | core/ |
Determines if a test case is a deprecation test. |
DeprecationHandler::isEnabled | function | core/ |
Determines if the extension is enabled. |
DeprecationHandler::isIgnoredDeprecation | function | core/ |
Determines if an actual deprecation should be ignored. |
DeprecationHandler::isTestInLegacyGroup | function | core/ |
Determines if a test case is part of the 'legacy' group. |
DeprecationHandler::reset | function | core/ |
Resets the extension. |
DeprecationHandler::__construct | function | core/ |
This class should not be instantiated. |
DisplayKernelTest::$handlerTypes | property | core/ |
Views handler types to test. |
DisplayPluginBase::$handlers | property | core/ |
An array of instantiated handlers used in this display. |
DisplayPluginBase::getAllHandlers | function | core/ |
Gets all the handlers used by the display. |
DisplayPluginBase::getHandler | function | core/ |
Get the handler object for a single handler. |
DisplayPluginBase::getHandlers | function | core/ |
Get a full array of handlers for $type. This caches them. |
DisplayPluginBase::mergeHandler | function | core/ |
Merges handlers default values. |
DisplayPluginInterface::getHandler | function | core/ |
Get the handler object for a single handler. |
DisplayPluginInterface::getHandlers | function | core/ |
Get a full array of handlers for $type. This caches them. |
Drupal::moduleHandler | function | core/ |
Returns the module handler. |
DrupalKernel::handle | function | core/ |
|
DrupalKernel::handleException | function | core/ |
Converts an exception into a response. |
DrupalKernel::preHandle | function | core/ |
Helper method that does request related initialization. |
DrupalKernelInterface::preHandle | function | core/ |
Helper method that does request related initialization. |
DrupalTest::testModuleHandler | function | core/ |
Tests the moduleHandler() method. |
Drupal\file\Upload\FileUploadHandler | service | core/ |
Alias of file.upload_handler |
EditorAccessControlHandler | class | core/ |
Defines the access control handler for the text editor entity type. |
EditorAccessControlHandler.php | file | core/ |
|
EditorAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
ElementInfoManagerTest::$moduleHandler | property | core/ |
The mocked module handler. |
ElementInfoManagerTest::$themeHandler | property | core/ |
The mocked theme handler. |
EntityAccessControlHandler | class | core/ |
Defines a default implementation for entity access control handler. |
EntityAccessControlHandler.php | file | core/ |
|
EntityAccessControlHandler::$accessCache | property | core/ |
Stores calculated access check results. |
EntityAccessControlHandler::$entityType | property | core/ |
Information about the entity type. |
EntityAccessControlHandler::$entityTypeId | property | core/ |
The entity type ID of the access control handler instance. |
EntityAccessControlHandler::$viewLabelOperation | property | core/ |
Allows to grant access to just the labels. |
EntityAccessControlHandler::access | function | core/ |
Checks access to an operation on a given entity or entity translation. |
EntityAccessControlHandler::buildCreateAccessCid | function | core/ |
Builds the create access result cache ID. |
EntityAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
EntityAccessControlHandler::checkCreateAccess | function | core/ |
Performs create access checks. |
EntityAccessControlHandler::checkFieldAccess | function | core/ |
Default field access as determined by this access control handler. |
EntityAccessControlHandler::createAccess | function | core/ |
Checks access to create an entity. |
EntityAccessControlHandler::fieldAccess | function | core/ |
Checks access to an operation on a given entity field. |
EntityAccessControlHandler::getCache | function | core/ |
Tries to retrieve a previously cached access value from the static cache. |
EntityAccessControlHandler::prepareUser | function | core/ |
Loads the current account object, if it does not exist yet. |
EntityAccessControlHandler::processAccessHookResults | function | core/ |
Determines entity access. |
EntityAccessControlHandler::resetCache | function | core/ |
Clears all cached access checks. |
EntityAccessControlHandler::setCache | function | core/ |
Statically caches whether the given user has access. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.