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
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityTypeInterface::set | function | core/ |
Sets a value to an arbitrary property. |
EntityTypeInterface::setAccessClass | function | core/ |
Sets the access control handler class. |
EntityTypeInterface::setConstraints | function | core/ |
Sets the array of validation constraints for the FieldItemList. |
EntityTypeInterface::setFormClass | function | core/ |
Sets a form class for a specific operation. |
EntityTypeInterface::setHandlerClass | function | core/ |
Sets the handlers for a given type. |
EntityTypeInterface::setLinkTemplate | function | core/ |
Sets a single link template. |
EntityTypeInterface::setListBuilderClass | function | core/ |
Sets the list class. |
EntityTypeInterface::setStorageClass | function | core/ |
Sets the storage class. |
EntityTypeInterface::setUriCallback | function | core/ |
Sets a callable to use to provide the entity URI. |
EntityTypeInterface::setViewBuilderClass | function | core/ |
Gets the view builder class. |
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/ |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.