Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::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. |
| EntityAccessControlHandlerInterface::createAccess | function | core/ |
Checks access to create an entity. |
| EntityAccessControlHandlerInterface::fieldAccess | function | core/ |
Checks access to an operation on a given entity field. |
| EntityAccessControlHandlerInterface::resetCache | function | core/ |
Clears all cached access checks. |
| EntityAccessControlHandlerInterface::setModuleHandler | function | core/ |
Sets the module handler for this access control handler. |
| EntityAccessControlHandlerTest | class | core/ |
Tests the entity access control handler. |
| EntityAccessControlHandlerTest.php | file | core/ |
|
| EntityAccessControlHandlerTest::assertEntityAccess | function | core/ |
Asserts entity access correctly grants or denies access. |
| EntityAccessControlHandlerTest::providerTestFieldAccess | function | core/ |
|
| EntityAccessControlHandlerTest::setUp | function | core/ |
|
| EntityAccessControlHandlerTest::testDefaultEntityAccess | function | core/ |
Ensures default entity access is checked when necessary. |
| EntityAccessControlHandlerTest::testEntityAccess | function | core/ |
Ensures entity access is properly working. |
| EntityAccessControlHandlerTest::testEntityAccessDefaultController | function | core/ |
Ensures that the default handler is used as a fallback. |
| EntityAccessControlHandlerTest::testEntityTranslationAccess | function | core/ |
Ensures entity access for entity translations is properly working. |
| EntityAccessControlHandlerTest::testEntityWithoutUuidAccessCache | function | core/ |
Ensures the static access cache works correctly in the absence of a UUID. |
| EntityAccessControlHandlerTest::testEntityWithUuidAccessCache | function | core/ |
Ensures the static access cache works correctly with a UUID and revisions. |
| EntityAccessControlHandlerTest::testFieldAccess | function | core/ |
Tests the default access handling for the ID and UUID fields. |
| EntityAccessControlHandlerTest::testHooks | function | core/ |
Tests hook invocations. |
| EntityAccessControlHandlerTest::testUserLabelAccess | function | core/ |
Ensures user labels are accessible for everyone. |
| EntityAccessDeniedHttpException | class | core/ |
Enhances the access denied exception with information about the entity. |
| EntityAccessDeniedHttpException.php | file | core/ |
|
| EntityAccessDeniedHttpException::$error | property | core/ |
The error which caused the 403. |
| EntityAccessDeniedHttpException::getError | function | core/ |
Returns the error. |
| EntityAccessDeniedHttpException::__construct | function | core/ |
EntityAccessDeniedHttpException constructor. |
| EntityAccessDeniedHttpExceptionNormalizer | class | core/ |
Normalizes an EntityAccessDeniedException. |
| EntityAccessDeniedHttpExceptionNormalizer.php | file | core/ |
|
| EntityAccessDeniedHttpExceptionNormalizer::buildErrorObjects | function | core/ |
|
| EntityAccessDeniedHttpExceptionNormalizer::getSupportedTypes | function | core/ |
|
| EntityActionBase | class | core/ |
Base class for entity-based actions. |
| EntityActionBase.php | file | core/ |
|
| EntityActionBase::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityActionBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| EntityActionBase::create | function | core/ |
Creates an instance of the plugin. |
Pagination
- Previous page
- Page 467
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.