Search for check
- Search 7.x for check
- Search 8.9.x for check
- Search 10.3.x for check
- Search 11.x for check
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
EntityBundleAccessCheck | class | core/ |
Provides an entity bundle checker for the _entity_bundles route requirement. |
EntityBundleAccessCheck.php | file | core/ |
|
EntityBundleAccessCheck::access | function | core/ |
Checks entity bundle match based on the _entity_bundles route requirement. |
EntityBundleAccessCheckTest | class | core/ |
Unit test of entity access checking system. |
EntityBundleAccessCheckTest.php | file | core/ |
|
EntityBundleAccessCheckTest::getBundleAndAccessResult | function | core/ |
Data provider. |
EntityBundleAccessCheckTest::setUp | function | core/ |
|
EntityBundleAccessCheckTest::testRouteAccess | function | core/ |
@covers ::access |
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. |
EntityReferenceFormatterBase::checkAccess | function | core/ |
Checks access to the given entity. |
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.