| EntityAccessControlHandlerInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php |
|
| EntityAccessControlHandlerInterface::access |
function |
core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php |
Checks access to an operation on a given entity or entity translation. |
| EntityAccessControlHandlerInterface::createAccess |
function |
core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php |
Checks access to create an entity. |
| EntityAccessControlHandlerInterface::fieldAccess |
function |
core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php |
Checks access to an operation on a given entity field. |
| EntityAccessControlHandlerInterface::resetCache |
function |
core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php |
Clears all cached access checks. |
| EntityAccessControlHandlerInterface::setModuleHandler |
function |
core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php |
Sets the module handler for this access control handler. |
| EntityAutocompleteMatcherInterface |
interface |
core/lib/Drupal/Core/Entity/EntityAutocompleteMatcherInterface.php |
Provides an interface for the entity autocomplete matcher. |
| EntityAutocompleteMatcherInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityAutocompleteMatcherInterface.php |
|
| EntityAutocompleteMatcherInterface::getMatches |
function |
core/lib/Drupal/Core/Entity/EntityAutocompleteMatcherInterface.php |
Gets matched labels based on a given search string. |
| EntityBundleListenerInterface |
interface |
core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php |
An interface for reacting to entity bundle creation and deletion. |
| EntityBundleListenerInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php |
|
| EntityBundleListenerInterface::onBundleCreate |
function |
core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php |
Reacts to a bundle being created. |
| EntityBundleListenerInterface::onBundleDelete |
function |
core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php |
Reacts to a bundle being deleted. |
| EntityChangedInterface |
interface |
core/lib/Drupal/Core/Entity/EntityChangedInterface.php |
Defines an interface for entity change timestamp tracking. |
| EntityChangedInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityChangedInterface.php |
|
| EntityChangedInterface::getChangedTime |
function |
core/lib/Drupal/Core/Entity/EntityChangedInterface.php |
Gets the timestamp of the last entity change for the current translation. |
| EntityChangedInterface::getChangedTimeAcrossTranslations |
function |
core/lib/Drupal/Core/Entity/EntityChangedInterface.php |
Gets the timestamp of the last entity change across all translations. |
| EntityChangedInterface::setChangedTime |
function |
core/lib/Drupal/Core/Entity/EntityChangedInterface.php |
Sets the timestamp of the last entity change for the current translation. |
| EntityConstraintViolationListInterface |
interface |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Interface for the result of entity validation. |
| EntityConstraintViolationListInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
|
| EntityConstraintViolationListInterface::filterByFieldAccess |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Filters this violation list to apply for accessible fields only. |
| EntityConstraintViolationListInterface::filterByFields |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Filters this violation list by the given fields. |
| EntityConstraintViolationListInterface::findByCodes |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Filters this violation list by the given error codes. |
| EntityConstraintViolationListInterface::getByField |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Gets the violations of the given field. |
| EntityConstraintViolationListInterface::getByFields |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Gets the violations of the given fields. |
| EntityConstraintViolationListInterface::getEntity |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
The entity which has been validated. |
| EntityConstraintViolationListInterface::getEntityViolations |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Gets violations flagged on entity level, not associated with any field. |
| EntityConstraintViolationListInterface::getFieldNames |
function |
core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php |
Returns the names of all violated fields. |
| EntityDataDefinitionInterface |
interface |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php |
Interface for typed data entity definitions. |
| EntityDataDefinitionInterface.php |
file |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php |
|
| EntityDataDefinitionInterface::getBundles |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php |
Gets the array of possible entity bundles. |
| EntityDataDefinitionInterface::getEntityTypeId |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php |
Gets the entity type ID. |
| EntityDataDefinitionInterface::setBundles |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php |
Sets the array of possible entity bundles. |
| EntityDataDefinitionInterface::setEntityTypeId |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php |
Sets the entity type ID. |
| EntityDefinitionUpdateManagerInterface |
interface |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Defines an interface for managing entity definition updates. |
| EntityDefinitionUpdateManagerInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
|
| EntityDefinitionUpdateManagerInterface::DEFINITION_CREATED |
constant |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Indicates that a definition has just been created. |
| EntityDefinitionUpdateManagerInterface::DEFINITION_DELETED |
constant |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Indicates that a definition has just been deleted. |
| EntityDefinitionUpdateManagerInterface::DEFINITION_UPDATED |
constant |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Indicates that a definition has changes. |
| EntityDefinitionUpdateManagerInterface::getChangeList |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Gets a list of changes to entity type and field storage definitions. |
| EntityDefinitionUpdateManagerInterface::getChangeSummary |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Gets a human readable summary of the detected changes. |
| EntityDefinitionUpdateManagerInterface::getEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Returns an entity type definition ready to be manipulated. |
| EntityDefinitionUpdateManagerInterface::getEntityTypes |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Returns all the entity type definitions, ready to be manipulated. |
| EntityDefinitionUpdateManagerInterface::getFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Returns a field storage definition ready to be manipulated. |
| EntityDefinitionUpdateManagerInterface::installEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Installs a new entity type definition. |
| EntityDefinitionUpdateManagerInterface::installFieldableEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Installs a new fieldable entity type definition. |
| EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Installs a new field storage definition. |
| EntityDefinitionUpdateManagerInterface::needsUpdates |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Checks if there are any definition updates that need to be applied. |
| EntityDefinitionUpdateManagerInterface::uninstallEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Uninstalls an entity type definition. |
| EntityDefinitionUpdateManagerInterface::uninstallFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Uninstalls a field storage definition. |