Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityConstraintViolationListInterface::filterByFieldAccess | function | core/ |
Filters this violation list to apply for accessible fields only. |
EntityConstraintViolationListInterface::filterByFields | function | core/ |
Filters this violation list by the given fields. |
EntityConstraintViolationListInterface::getByField | function | core/ |
Gets the violations of the given field. |
EntityConstraintViolationListInterface::getByFields | function | core/ |
Gets the violations of the given fields. |
EntityConstraintViolationListInterface::getEntity | function | core/ |
The entity which has been validated. |
EntityConstraintViolationListInterface::getEntityViolations | function | core/ |
Gets violations flagged on entity level, not associated with any field. |
EntityConstraintViolationListInterface::getFieldNames | function | core/ |
Returns the names of all violated fields. |
EntityDataDefinitionInterface | interface | core/ |
Interface for typed data entity definitions. |
EntityDataDefinitionInterface.php | file | core/ |
|
EntityDataDefinitionInterface::getBundles | function | core/ |
Gets the array of possible entity bundles. |
EntityDataDefinitionInterface::getEntityTypeId | function | core/ |
Gets the entity type ID. |
EntityDataDefinitionInterface::setBundles | function | core/ |
Sets the array of possible entity bundles. |
EntityDataDefinitionInterface::setEntityTypeId | function | core/ |
Sets the entity type ID. |
EntityDefinitionUpdateManagerInterface | interface | core/ |
Defines an interface for managing entity definition updates. |
EntityDefinitionUpdateManagerInterface.php | file | core/ |
|
EntityDefinitionUpdateManagerInterface::DEFINITION_CREATED | constant | core/ |
Indicates that a definition has just been created. |
EntityDefinitionUpdateManagerInterface::DEFINITION_DELETED | constant | core/ |
Indicates that a definition has just been deleted. |
EntityDefinitionUpdateManagerInterface::DEFINITION_UPDATED | constant | core/ |
Indicates that a definition has changes. |
EntityDefinitionUpdateManagerInterface::getChangeList | function | core/ |
Gets a list of changes to entity type and field storage definitions. |
EntityDefinitionUpdateManagerInterface::getChangeSummary | function | core/ |
Gets a human readable summary of the detected changes. |
EntityDefinitionUpdateManagerInterface::getEntityType | function | core/ |
Returns an entity type definition ready to be manipulated. |
EntityDefinitionUpdateManagerInterface::getEntityTypes | function | core/ |
Returns all the entity type definitions, ready to be manipulated. |
EntityDefinitionUpdateManagerInterface::getFieldStorageDefinition | function | core/ |
Returns a field storage definition ready to be manipulated. |
EntityDefinitionUpdateManagerInterface::installEntityType | function | core/ |
Installs a new entity type definition. |
EntityDefinitionUpdateManagerInterface::installFieldableEntityType | function | core/ |
Installs a new fieldable entity type definition. |
EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition | function | core/ |
Installs a new field storage definition. |
EntityDefinitionUpdateManagerInterface::needsUpdates | function | core/ |
Checks if there are any definition updates that need to be applied. |
EntityDefinitionUpdateManagerInterface::uninstallEntityType | function | core/ |
Uninstalls an entity type definition. |
EntityDefinitionUpdateManagerInterface::uninstallFieldStorageDefinition | function | core/ |
Uninstalls a field storage definition. |
EntityDefinitionUpdateManagerInterface::updateEntityType | function | core/ |
Applies any change performed to the passed entity type definition. |
EntityDefinitionUpdateManagerInterface::updateFieldableEntityType | function | core/ |
Applies any change performed to a fieldable entity type definition. |
EntityDefinitionUpdateManagerInterface::updateFieldStorageDefinition | function | core/ |
Applies any change performed to the passed field storage definition. |
EntityDescriptionInterface | interface | core/ |
Defines the interface for entities that have a description. |
EntityDescriptionInterface.php | file | core/ |
|
EntityDescriptionInterface::getDescription | function | core/ |
Gets the entity description. |
EntityDescriptionInterface::setDescription | function | core/ |
Sets the entity description. |
EntityDisplayInterface | interface | core/ |
Provides a common interface for entity displays. |
EntityDisplayInterface.php | file | core/ |
|
EntityDisplayInterface::createCopy | function | core/ |
Creates a duplicate of the entity display object on a different view mode. |
EntityDisplayInterface::getComponent | function | core/ |
Gets the display options set for a component. |
EntityDisplayInterface::getComponents | function | core/ |
Gets the display options for all components. |
EntityDisplayInterface::getHighestWeight | function | core/ |
Gets the highest weight of the components in the display. |
EntityDisplayInterface::getMode | function | core/ |
Gets the view or form mode to be displayed. |
EntityDisplayInterface::getOriginalMode | function | core/ |
Gets the original view or form mode that was requested. |
EntityDisplayInterface::getRenderer | function | core/ |
Gets the renderer plugin for a field (e.g. widget, formatter). |
EntityDisplayInterface::getTargetBundle | function | core/ |
Gets the bundle to be displayed. |
EntityDisplayInterface::getTargetEntityTypeId | function | core/ |
Gets the entity type for which this display is used. |
EntityDisplayInterface::removeComponent | function | core/ |
Sets a component to be hidden. |
EntityDisplayInterface::setComponent | function | core/ |
Sets the display options for a component. |
EntityDisplayInterface::setTargetBundle | function | core/ |
Sets the bundle to be displayed. |
Pagination
- Previous page
- Page 26
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.