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 |
|---|---|---|---|
| DynamicPageCacheTestController::uncacheableAccessCheck | function | core/ |
Returns an uncacheable access result. |
| EditorAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| EditorLoadingTest::getThingsToCheck | function | core/ |
Gets the information to check for the given field. |
| ElementsTableSelectTest::testMultipleFalseOptionChecker | function | core/ |
Tests error handling for invalid tableselect values with radio buttons. |
| ElementsTableSelectTest::testMultipleTrueOptionChecker | function | core/ |
Tests error handling for invalid tableselect values with checkboxes. |
| ElementTest::testRadiosChecked | function | core/ |
Tests correct checked attribute for radios element. |
| 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/ |
Tests access with different route parameters. |
| EntityAccessCheckTest::testAccessWithTypePlaceholder | function | core/ |
Tests access with type placeholder. |
| 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/ |
Tests 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. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.