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 |
---|---|---|---|
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. |
EntityAutocompleteController::handleAutocomplete | function | core/ |
Autocomplete the label of an entity. |
EntityBundleFieldTest::$moduleHandler | property | core/ |
The module handler. |
EntityBundleListener::$moduleHandler | property | core/ |
The module handler. |
EntityCreateAccessCustomCidTest::$moduleHandler | property | core/ |
A mock module handler. |
EntityDisplayRepository::$moduleHandler | property | core/ |
The module handler. |
EntityFieldManager::$moduleHandler | property | core/ |
The module handler. |
EntityFieldManagerTest::$moduleHandler | property | core/ |
The module handler. |
EntityForm::$moduleHandler | property | core/ |
The module handler service. |
EntityForm::setModuleHandler | function | core/ |
Sets the module handler for this form. |
EntityFormDisplayAccessControlHandler | class | core/ |
Provides an entity access control handler for form displays. |
EntityFormDisplayAccessControlHandler.php | file | core/ |
|
EntityFormDisplayAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
EntityFormDisplayAccessControlHandlerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\Entity\Access\EntityFormDisplayAccessControlHandler[[api-linebreak]] @group Entity |
EntityFormDisplayAccessControlHandlerTest.php | file | core/ |
|
EntityFormDisplayAccessControlHandlerTest::$accessControlHandler | property | core/ |
The field storage config access controller to test. |
EntityFormDisplayAccessControlHandlerTest::$anon | property | core/ |
The mock account without field storage config access. |
EntityFormDisplayAccessControlHandlerTest::$entity | property | core/ |
The EntityFormDisplay entity used for testing. |
EntityFormDisplayAccessControlHandlerTest::$member | property | core/ |
The mock account with EntityFormDisplay access. |
EntityFormDisplayAccessControlHandlerTest::$moduleHandler | property | core/ |
The mock module handler. |
EntityFormDisplayAccessControlHandlerTest::$parentMember | property | core/ |
The mock account with EntityFormDisplay access via parent access check. |
EntityFormDisplayAccessControlHandlerTest::assertAllowOperations | function | core/ |
Assert method to verify the access by operations. |
EntityFormDisplayAccessControlHandlerTest::getEntityTypeManager | function | core/ |
Returns a mock Entity Type Manager. |
EntityFormDisplayAccessControlHandlerTest::setUp | function | core/ |
|
EntityFormDisplayAccessControlHandlerTest::testAccess | function | core/ |
@covers ::access[[api-linebreak]] @covers ::checkAccess[[api-linebreak]] |
EntityFormInterface::setModuleHandler | function | core/ |
Sets the module handler for this form. |
EntityFormTest::testValidationHandlers | function | core/ |
Checks that validation handlers works as expected. |
EntityHandlerBase | class | core/ |
Provides a base class for entity handlers. |
EntityHandlerBase.php | file | core/ |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.