Search for interface
- Search 7.x for interface
- Search 9.5.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 |
|---|---|---|---|
| EntityAccessControlHandlerInterface::resetCache | function | core/ |
Clears all cached access checks. |
| EntityAccessControlHandlerInterface::setModuleHandler | function | core/ |
Sets the module handler for this access control handler. |
| EntityAutocompleteMatcherInterface | interface | core/ |
Provides an interface for the entity autocomplete matcher. |
| EntityAutocompleteMatcherInterface.php | file | core/ |
|
| EntityAutocompleteMatcherInterface::getMatches | function | core/ |
Gets matched labels based on a given search string. |
| EntityBundleListenerInterface | interface | core/ |
An interface for reacting to entity bundle creation and deletion. |
| EntityBundleListenerInterface.php | file | core/ |
|
| EntityBundleListenerInterface::onBundleCreate | function | core/ |
Reacts to a bundle being created. |
| EntityBundleListenerInterface::onBundleDelete | function | core/ |
Reacts to a bundle being deleted. |
| EntityChangedInterface | interface | core/ |
Defines an interface for entity change timestamp tracking. |
| EntityChangedInterface.php | file | core/ |
|
| EntityChangedInterface::getChangedTime | function | core/ |
Gets the timestamp of the last entity change for the current translation. |
| EntityChangedInterface::getChangedTimeAcrossTranslations | function | core/ |
Gets the timestamp of the last entity change across all translations. |
| EntityChangedInterface::setChangedTime | function | core/ |
Sets the timestamp of the last entity change for the current translation. |
| EntityConstraintViolationListInterface | interface | core/ |
Interface for the result of entity validation. |
| EntityConstraintViolationListInterface.php | file | core/ |
|
| 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::findByCodes | function | core/ |
Filters this violation list by the given error codes. |
| 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. |
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.