Defines an interface for entity access control handlers.
Hierarchy
- interface \Drupal\Core\Entity\EntityAccessControlHandlerInterface
File
- core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php, line 13
Namespace
Drupal\Core\Entity
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityAccessControlHandlerInterface::access | public | function | Checks access to an operation on a given entity or entity translation. |
EntityAccessControlHandlerInterface::createAccess | public | function | Checks access to create an entity. |
EntityAccessControlHandlerInterface::fieldAccess | public | function | Checks access to an operation on a given entity field. |
EntityAccessControlHandlerInterface::resetCache | public | function | Clears all cached access checks. |
EntityAccessControlHandlerInterface::setModuleHandler | public | function | Sets the module handler for this access control handler. |
Please login to continue.