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 |
|---|---|---|---|
| EntityTypeInterface::showRevisionUi | function | core/ |
Indicates whether the revision form fields should be added to the form. |
| EntityTypeListenerInterface | interface | core/ |
Defines an interface for reacting to entity type creation, deletion, and updates. |
| EntityTypeListenerInterface.php | file | core/ |
|
| EntityTypeListenerInterface::onEntityTypeCreate | function | core/ |
Reacts to the creation of the entity type. |
| EntityTypeListenerInterface::onEntityTypeDelete | function | core/ |
Reacts to the deletion of the entity type. |
| EntityTypeListenerInterface::onEntityTypeUpdate | function | core/ |
Reacts to the update of the entity type. |
| EntityTypeListenerInterface::onFieldableEntityTypeCreate | function | core/ |
Reacts to the creation of the fieldable entity type. |
| EntityTypeListenerInterface::onFieldableEntityTypeUpdate | function | core/ |
Reacts to the update of a fieldable entity type. |
| EntityTypeManagerInterface | interface | core/ |
Provides an interface for entity type managers. |
| EntityTypeManagerInterface.php | file | core/ |
|
| EntityTypeManagerInterface::createHandlerInstance | function | core/ |
Creates new handler instance. |
| EntityTypeManagerInterface::getAccessControlHandler | function | core/ |
Creates a new access control handler instance. |
| EntityTypeManagerInterface::getDefinition | function | core/ |
|
| EntityTypeManagerInterface::getDefinitions | function | core/ |
|
| EntityTypeManagerInterface::getFormObject | function | core/ |
Creates a new form instance. |
| EntityTypeManagerInterface::getHandler | function | core/ |
Returns a handler instance for the given entity type and handler. |
| EntityTypeManagerInterface::getListBuilder | function | core/ |
Creates a new entity list builder. |
| EntityTypeManagerInterface::getRouteProviders | function | core/ |
Gets all route provider instances. |
| EntityTypeManagerInterface::getStorage | function | core/ |
Creates a new storage instance. |
| EntityTypeManagerInterface::getViewBuilder | function | core/ |
Creates a new view builder instance. |
| EntityTypeManagerInterface::hasHandler | function | core/ |
Checks whether a certain entity type has a certain handler. |
| EntityTypeRepositoryInterface | interface | core/ |
Provides an interface for helper methods for loading entity types. |
| EntityTypeRepositoryInterface.php | file | core/ |
|
| EntityTypeRepositoryInterface::getEntityTypeFromClass | function | core/ |
Gets the entity type ID based on the class that is called on. |
| EntityTypeRepositoryInterface::getEntityTypeLabels | function | core/ |
Builds a list of entity type labels suitable for a Form API options list. |
| EntityViewBuilderInterface | interface | core/ |
Defines an interface for entity view builders. |
| EntityViewBuilderInterface.php | file | core/ |
|
| EntityViewBuilderInterface::buildComponents | function | core/ |
Builds the component fields and properties of a set of entities. |
| EntityViewBuilderInterface::getCacheTags | function | core/ |
The cache tag associated with this entity view builder. |
| EntityViewBuilderInterface::resetCache | function | core/ |
Resets the entity render cache. |
| EntityViewBuilderInterface::view | function | core/ |
Builds the render array for the provided entity. |
| EntityViewBuilderInterface::viewField | function | core/ |
Builds a renderable array for the value of a single field in an entity. |
| EntityViewBuilderInterface::viewFieldItem | function | core/ |
Builds a renderable array for a single field item. |
| EntityViewBuilderInterface::viewMultiple | function | core/ |
Builds the render array for the provided entities. |
| EntityViewDisplayInterface | interface | core/ |
Provides a common interface for entity view displays. |
| EntityViewDisplayInterface.php | file | core/ |
|
| EntityViewDisplayInterface::build | function | core/ |
Builds a renderable array for the components of an entity. |
| EntityViewDisplayInterface::buildMultiple | function | core/ |
Builds a renderable array for the components of a set of entities. |
| EntityViewModeInterface | interface | core/ |
Provides an interface defining an entity view mode entity type. |
| EntityViewModeInterface.php | file | core/ |
|
| EntityViewsDataInterface | interface | core/ |
Provides an interface to integrate an entity type with views. |
| EntityViewsDataInterface.php | file | core/ |
|
| EntityViewsDataInterface::getViewsData | function | core/ |
Returns views data for the entity type. |
| EntityViewsDataInterface::getViewsTableForEntityType | function | core/ |
Gets the table of an entity type to be used as base table in views. |
| EntityWithPluginCollectionInterface | interface | core/ |
Provides an interface for an object using a plugin collection. |
| EntityWithPluginCollectionInterface.php | file | core/ |
|
| EnvironmentCleanerInterface | interface | core/ |
Defines an interface for cleaning up test results and fixtures. |
| EnvironmentCleanerInterface.php | file | core/ |
|
| EnvironmentCleanerInterface::cleanDatabase | function | core/ |
Remove database entries left over in the fixture database. |
| EnvironmentCleanerInterface::cleanEnvironment | function | core/ |
Removes all test-related database tables and directories. |
Pagination
- Previous page
- Page 32
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.