Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityAccessControlHandler::processAccessHookResults | function | core/ |
Determines entity access. |
| EntityAccessControlHandler::resetCache | function | core/ |
|
| 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/ |
Provides entity data for testing access. |
| 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/ |
Builds the normalized JSON:API error objects for the response. |
| 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/ |
|
| EntityActionBase::__construct | function | core/ |
Constructs an EntityActionBase object. |
| EntityActionDeriverBase | class | core/ |
Provides a base action for each entity type with specific interfaces. |
| EntityActionDeriverBase.php | file | core/ |
|
| EntityActionDeriverBase::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityActionDeriverBase::create | function | core/ |
|
| EntityActionDeriverBase::getApplicableEntityTypes | function | core/ |
Gets a list of applicable entity types. |
| EntityActionDeriverBase::getDerivativeDefinitions | function | core/ |
|
| EntityActionDeriverBase::isApplicable | function | core/ |
Indicates whether the deriver can be used for the provided entity type. |
| EntityActionDeriverBase::__construct | function | core/ |
Constructs a new EntityActionDeriverBase object. |
| EntityAdapter | class | core/ |
Defines the "entity" data type. |
| EntityAdapter.php | file | core/ |
|
| EntityAdapter::$entity | property | core/ |
The wrapped entity object. |
Pagination
- Previous page
- Page 484
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.