Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Entity::getEntity | function | core/ |
Creates or loads an entity. |
| Entity::getEntityId | function | core/ |
Gets the entity ID of the row. |
| Entity::getKey | function | core/ |
Returns a specific entity key. |
| Entity::init | function | core/ |
Overrides Drupal\views\Plugin\views\HandlerBase::init(). |
| Entity::processStubRow | function | core/ |
Populates as much of the stub row as possible. |
| Entity::render | function | core/ |
Render the area. |
| Entity::rollback | function | core/ |
Delete the specified destination object from the target Drupal. |
| Entity::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
| Entity::submitOptionsForm | function | core/ |
Provides the default form for submitting options. |
| Entity::updateEntity | function | core/ |
Updates an entity with the new values from row. |
| Entity::validateArgument | function | core/ |
Performs validation for a given argument. |
| Entity::validateEntity | function | core/ |
Validates an individual entity against class access settings. |
| Entity::__construct | function | core/ |
Constructs a \Drupal\views\Plugin\views\argument_validator\Entity object. |
| Entity::__construct | function | core/ |
Construct a new entity. |
| Entity::__construct | function | core/ |
Constructs a new Entity instance. |
| EntityAccess | class | core/ |
Service wrapper for hooks relating to entity access control. |
| EntityAccess.php | file | core/ |
|
| EntityAccess::$entityTypeManager | property | core/ |
The entity type manager service. |
| EntityAccess::$workspaceInfo | property | core/ |
The workspace information service. |
| EntityAccess::$workspaceManager | property | core/ |
The workspace manager service. |
| EntityAccess::bypassAccessResult | function | core/ |
Checks the 'bypass' permissions. |
| EntityAccess::create | function | core/ |
Instantiates a new instance of this class. |
| EntityAccess::entityCreateAccess | function | core/ |
Implements a hook bridge for hook_entity_create_access(). |
| EntityAccess::entityOperationAccess | function | core/ |
Implements a hook bridge for hook_entity_access(). |
| EntityAccess::__construct | function | core/ |
Constructs a new EntityAccess instance. |
| 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 | class | core/ |
Defines a default implementation for entity access control handler. |
| EntityAccessControlHandler.php | file | core/ |
|
| EntityAccessControlHandler::$accessCache | property | core/ |
Stores calculated access check results. |
Pagination
- Previous page
- Page 466
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.