Entity::$bundles |
property |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
The list of the bundles of this entity type. |
Entity::$deprecatedProperties |
property |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
|
Entity::$deprecatedProperties |
property |
core/modules/views/src/Plugin/views/area/Entity.php |
|
Entity::$entityDisplayRepository |
property |
core/modules/views/src/Plugin/views/area/Entity.php |
The entity display repository. |
Entity::$entityRepository |
property |
core/modules/views/src/Plugin/views/area/Entity.php |
The entity repository service. |
Entity::$entityType |
property |
core/modules/views/src/Plugin/views/area/Entity.php |
Stores the entity type of the result entities. |
Entity::$entityTypeBundleInfo |
property |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
The entity bundle info. |
Entity::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
The entity type manager. |
Entity::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/area/Entity.php |
The entity type manager. |
Entity::$multipleCapable |
property |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
If this validator can handle multiple arguments. |
Entity::$storage |
property |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
The entity storage. |
Entity::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
Provides the default form for setting options. |
Entity::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/area/Entity.php |
Provide a form to edit options for this plugin. |
Entity::calculateDependencies |
function |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
Calculates dependencies for the configured plugin. |
Entity::calculateDependencies |
function |
core/modules/views/src/Plugin/views/area/Entity.php |
Calculates dependencies for the configured plugin. |
Entity::calculateDependencies |
function |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
Calculates dependencies for the configured plugin. |
Entity::create |
function |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
Creates an instance of the plugin. |
Entity::create |
function |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
Creates an instance of the plugin. |
Entity::create |
function |
core/modules/views/src/Plugin/views/area/Entity.php |
Creates an instance of the plugin. |
Entity::defineOptions |
function |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
Retrieves the options when this is a new access control plugin. |
Entity::defineOptions |
function |
core/modules/views/src/Plugin/views/area/Entity.php |
Information about options for all kinds of purposes will be held here. |
Entity::fields |
function |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
Returns an array of destination fields. |
Entity::getBundle |
function |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
Gets the bundle for the row taking into account the default. |
Entity::getContextDefinition |
function |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
Returns a context definition for this argument. |
Entity::getEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
Creates or loads an entity. |
Entity::getEntityId |
function |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
Gets the entity ID of the row. |
Entity::getKey |
function |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
Returns a specific entity key. |
Entity::init |
function |
core/modules/views/src/Plugin/views/area/Entity.php |
Overrides Drupal\views\Plugin\views\HandlerBase::init(). |
Entity::render |
function |
core/modules/views/src/Plugin/views/area/Entity.php |
Render the area. |
Entity::rollback |
function |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
Delete the specified destination object from the target Drupal. |
Entity::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
Provides the default form for submitting options. |
Entity::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/area/Entity.php |
Handle any special handling on the validate form. |
Entity::validateArgument |
function |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
Performs validation for a given argument. |
Entity::validateEntity |
function |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
Validates an individual entity against class access settings. |
Entity::__construct |
function |
core/modules/views/src/Plugin/views/argument_validator/Entity.php |
Constructs an \Drupal\views\Plugin\views\argument_validator\Entity object. |
Entity::__construct |
function |
core/modules/views/src/Plugin/views/area/Entity.php |
Constructs a new Entity instance. |
Entity::__construct |
function |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
Construct a new entity. |
EntityAccess |
class |
core/modules/workspaces/src/EntityAccess.php |
Service wrapper for hooks relating to entity access control. |
EntityAccess.php |
file |
core/modules/workspaces/src/EntityAccess.php |
|
EntityAccess::$entityTypeManager |
property |
core/modules/workspaces/src/EntityAccess.php |
The entity type manager service. |
EntityAccess::$workspaceManager |
property |
core/modules/workspaces/src/EntityAccess.php |
The workspace manager service. |
EntityAccess::bypassAccessResult |
function |
core/modules/workspaces/src/EntityAccess.php |
Checks the 'bypass' permissions. |
EntityAccess::create |
function |
core/modules/workspaces/src/EntityAccess.php |
Instantiates a new instance of this class. |
EntityAccess::entityCreateAccess |
function |
core/modules/workspaces/src/EntityAccess.php |
Implements a hook bridge for hook_entity_create_access(). |
EntityAccess::entityOperationAccess |
function |
core/modules/workspaces/src/EntityAccess.php |
Implements a hook bridge for hook_entity_access(). |
EntityAccess::__construct |
function |
core/modules/workspaces/src/EntityAccess.php |
Constructs a new EntityAccess instance. |
EntityAccessCheck |
class |
core/lib/Drupal/Core/Entity/EntityAccessCheck.php |
Provides a generic access checker for entities. |
EntityAccessCheck.php |
file |
core/lib/Drupal/Core/Entity/EntityAccessCheck.php |
|
EntityAccessCheck::access |
function |
core/lib/Drupal/Core/Entity/EntityAccessCheck.php |
Checks access to the entity operation on the given route. |
EntityAccessChecker |
class |
core/modules/jsonapi/src/Access/EntityAccessChecker.php |
Checks access to entities. |