Search for check
- Search 7.x for check
- Search 9.5.x for check
- Search 8.9.x for check
- Search 10.3.x for check
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityAccessCheck | class | core/ |
Provides a generic access checker for entities. |
EntityAccessCheck.php | file | core/ |
|
EntityAccessCheck::access | function | core/ |
Checks access to the entity operation on the given route. |
EntityAccessChecker | class | core/ |
Checks access to entities. |
EntityAccessChecker.php | file | core/ |
|
EntityAccessChecker::$currentUser | property | core/ |
The current user. |
EntityAccessChecker::$entityRepository | property | core/ |
The entity repository. |
EntityAccessChecker::$latestRevisionCheck | property | core/ |
The latest revision check service. |
EntityAccessChecker::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
EntityAccessChecker::$router | property | core/ |
The router. |
EntityAccessChecker::checkEntityAccess | function | core/ |
Checks access to the given entity. |
EntityAccessChecker::checkRevisionViewAccess | function | core/ |
Checks access to the given revision entity. |
EntityAccessChecker::getAccessCheckedResourceObject | function | core/ |
Get the object to normalize and the access based on the provided entity. |
EntityAccessChecker::setLatestRevisionCheck | function | core/ |
Sets the media revision access check service. |
EntityAccessChecker::__construct | function | core/ |
EntityAccessChecker constructor. |
EntityAccessCheckTest | class | core/ |
Unit test of entity access checking system. |
EntityAccessCheckTest.php | file | core/ |
|
EntityAccessCheckTest::createRouteMatchForObject | function | core/ |
Wrap any object with a route match, and return that. |
EntityAccessCheckTest::setUp | function | core/ |
|
EntityAccessCheckTest::testAccess | function | core/ |
Tests the method for checking access to routes. |
EntityAccessCheckTest::testAccessWithDifferentRouteParameters | function | core/ |
@covers ::access[[api-linebreak]] |
EntityAccessCheckTest::testAccessWithTypePlaceholder | function | core/ |
@covers ::access[[api-linebreak]] |
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. |
EntityChangesDetectionTrait::getFieldsToSkipFromTranslationChangesCheck | function | core/ |
Returns an array of field names to skip when checking for changes. |
EntityCreateAccessCheck | class | core/ |
Defines an access checker for entity creation. |
EntityCreateAccessCheck.php | file | core/ |
|
EntityCreateAccessCheck::$entityTypeManager | property | core/ |
The entity type manager service. |
EntityCreateAccessCheck::$requirementsKey | property | core/ |
The key used by the routing requirement. |
EntityCreateAccessCheck::access | function | core/ |
Checks access to create the entity type and bundle for the given route. |
EntityCreateAccessCheck::__construct | function | core/ |
Constructs an EntityCreateAccessCheck object. |
EntityCreateAccessCheckTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityCreateAccessCheck[[api-linebreak]] |
EntityCreateAccessCheckTest.php | file | core/ |
|
EntityCreateAccessCheckTest::$entityTypeManager | property | core/ |
The mocked entity type manager. |
EntityCreateAccessCheckTest::providerTestAccess | function | core/ |
Provides test data for testAccess. |
EntityCreateAccessCheckTest::setUp | function | core/ |
|
EntityCreateAccessCheckTest::testAccess | function | core/ |
Tests the method for checking access to routes. |
EntityCreateAnyAccessCheck | class | core/ |
Defines an access checker for creating an entity of any bundle. |
EntityCreateAnyAccessCheck.php | file | core/ |
|
EntityCreateAnyAccessCheck::$entityTypeBundleInfo | property | core/ |
The entity type bundle info. |
EntityCreateAnyAccessCheck::$entityTypeManager | property | core/ |
The entity type manager. |
EntityCreateAnyAccessCheck::$requirementsKey | property | core/ |
The key used by the routing requirement. |
EntityCreateAnyAccessCheck::access | function | core/ |
Checks access to create an entity of any bundle for the given route. |
EntityCreateAnyAccessCheck::__construct | function | core/ |
Constructs an EntityCreateAnyAccessCheck object. |
EntityDeleteMultipleAccessCheck | class | core/ |
Checks if the current user has delete access to the items of the tempstore. |
EntityDeleteMultipleAccessCheck.php | file | core/ |
|
EntityDeleteMultipleAccessCheck::$entityTypeManager | property | core/ |
The entity type manager. |
EntityDeleteMultipleAccessCheck::$requestStack | property | core/ |
Request stack service. |
EntityDeleteMultipleAccessCheck::$tempStore | property | core/ |
The tempstore service. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.