Search for check
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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. |
| EntityReferenceLabelFormatter::checkAccess | function | core/ |
Checks access to the given entity. |
| EntityResource::$entityAccessChecker | property | core/ |
The JSON:API entity access checker. |
| EntityResource::checkPatchFieldAccess | function | core/ |
Checks whether the given field should be PATCHed. |
| EntityResource::checkPatchFieldAccess | function | core/ |
Checks whether the given field should be PATCHed. |
| EntityResourceAccessTrait::checkEditFieldAccess | function | core/ |
Performs edit access checks for fields. |
| EntityTestAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| EntityTestAccessControlHandler::checkCreateAccess | function | core/ |
Performs create access checks. |
| EntityTestRevlogAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| EntityType::checkStorageClass | function | core/ |
Checks that the provided class is compatible with the current entity type. |
| EntityValidationTest::checkValidation | function | core/ |
Executes the validation test set for a defined entity type. |
| EntityViewDisplayAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| entity_test_form_entity_test_form_validate_check | function | core/ |
Validation handler for the entity_test entity form. |
| Environment::checkMemoryLimit | function | core/ |
Compares the memory required for an operation to the available memory. |
| EnvironmentTest::providerTestCheckMemoryLimit | function | core/ |
Provides data for testCheckMemoryLimit(). |
| EnvironmentTest::testCheckMemoryLimit | function | core/ |
Tests \Drupal\Component\Utility\Environment::checkMemoryLimit(). |
| ExposedFormCheckboxesTest | class | core/ |
Tests exposed forms functionality. |
| ExposedFormCheckboxesTest.php | file | core/ |
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.