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
- Search 11.x for handle
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DeprecationHandler::$deprecationIgnorePatterns | property | core/ |
A list of deprecation messages that should be ignored if detected. |
| DeprecationHandler::$enabled | property | core/ |
Indicates if the extension is enabled. |
| DeprecationHandler::getConfiguration | function | core/ |
Returns the extension configuration. |
| DeprecationHandler::init | function | core/ |
Initializes the extension. |
| DeprecationHandler::isEnabled | function | core/ |
Determines if the extension is enabled. |
| DeprecationHandler::isIgnoredDeprecation | function | core/ |
Determines if an actual deprecation should be ignored. |
| DeprecationHandler::__construct | function | core/ |
This class should not be instantiated. |
| DisplayKernelTest::$handlerTypes | property | core/ |
Views handler types to test. |
| DisplayPluginBase::$handlers | property | core/ |
A multi-dimensional 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. |
| DrupalTestCaseTrait::checkErrorHandlerOnTearDown | function | core/ |
Checks the test error handler after test execution. |
| 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. |
| EntityAccessControlHandler::__construct | function | core/ |
Constructs an access control handler instance. |
| EntityAccessControlHandlerInterface | interface | core/ |
Defines an interface for entity access control handlers. |
| EntityAccessControlHandlerInterface.php | file | core/ |
|
| EntityAccessControlHandlerInterface::access | function | core/ |
Checks access to an operation on a given entity or entity translation. |
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.