Search for check
Title | Object type | File name | Summary |
---|---|---|---|
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 |
EntityAccessCheckTest::testAccessWithTypePlaceholder | function | core/ |
@covers ::access |
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 |
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. |
EntityDeleteMultipleAccessCheck::access | function | core/ |
Checks if the user has delete access for at least one item of the store. |
EntityDeleteMultipleAccessCheck::__construct | function | core/ |
Constructs a new EntityDeleteMultipleAccessCheck. |
EntityFormDisplayAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking | function | core/ |
Ensures that ::loadEntityByUuid() doesn't apply access checking. |
EntityPermissionsRouteProviderWithCheck | class | core/ |
Provides routes for the entity permissions form with a custom access check. |
EntityPermissionsRouteProviderWithCheck.php | file | core/ |
|
EntityPermissionsRouteProviderWithCheck::getEntityPermissionsRoute | function | core/ |
Gets the entity permissions route. |
EntityQueryTest::testAccessCheckSpecified | function | core/ |
Test the accessCheck method is called. |
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.