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 |
|---|---|---|---|
| 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. |
| EntityDisplayModeInterface | interface | core/ |
Provides an interface for entity types that hold form and view mode settings. |
| EntityDisplayModeInterface.php | file | core/ |
|
| EntityDisplayModeInterface::getDescription | function | core/ |
Gets the display mode description. |
| EntityDisplayModeInterface::getTargetType | function | core/ |
Gets the entity type this display mode is used for. |
| EntityDisplayModeInterface::setTargetType | function | core/ |
Set the entity type this display mode is used for. |
| EntityDisplayRepositoryInterface | interface | core/ |
Provides an interface for an entity display repository. |
| EntityDisplayRepositoryInterface.php | file | core/ |
|
| EntityDisplayRepositoryInterface::clearDisplayModeInfo | function | core/ |
Clears the gathered display mode info. |
| EntityDisplayRepositoryInterface::DEFAULT_DISPLAY_MODE | constant | core/ |
The default display mode ID. |
| EntityDisplayRepositoryInterface::getAllFormModes | function | core/ |
Gets the entity form mode info for all entity types. |
| EntityDisplayRepositoryInterface::getAllViewModes | function | core/ |
Gets the entity view mode info for all entity types. |
| EntityDisplayRepositoryInterface::getFormDisplay | function | core/ |
Returns the entity form display associated with a bundle and form mode. |
| EntityDisplayRepositoryInterface::getFormModeOptions | function | core/ |
Gets an array of form mode options. |
| EntityDisplayRepositoryInterface::getFormModeOptionsByBundle | function | core/ |
Returns an array of enabled form mode options by bundle. |
| EntityDisplayRepositoryInterface::getFormModes | function | core/ |
Gets the entity form mode info for a specific entity type. |
| EntityDisplayRepositoryInterface::getViewDisplay | function | core/ |
Returns the entity view display associated with a bundle and view mode. |
| EntityDisplayRepositoryInterface::getViewModeOptions | function | core/ |
Gets an array of view mode options. |
| EntityDisplayRepositoryInterface::getViewModeOptionsByBundle | function | core/ |
Returns an array of enabled view mode options by bundle. |
| EntityDisplayRepositoryInterface::getViewModes | function | core/ |
Gets the entity view mode info for a specific entity type. |
| EntityDisplayWithLayoutInterface | interface | core/ |
Provides a common interface for entity displays that have layout. |
| EntityDisplayWithLayoutInterface.php | file | core/ |
|
| EntityDisplayWithLayoutInterface::ensureLayout | function | core/ |
Ensures this entity has a layout. |
| EntityDisplayWithLayoutInterface::getDefaultRegion | function | core/ |
Gets the default region. |
| EntityDisplayWithLayoutInterface::getLayout | function | core/ |
Gets the layout plugin for this display. |
| EntityDisplayWithLayoutInterface::getLayoutId | function | core/ |
Gets the layout plugin ID for this display. |
| EntityDisplayWithLayoutInterface::getLayoutSettings | function | core/ |
Gets the layout plugin settings for this display. |
| EntityDisplayWithLayoutInterface::setLayout | function | core/ |
Sets the layout plugin for this display. |
| EntityDisplayWithLayoutInterface::setLayoutId | function | core/ |
Sets the layout plugin ID for this display. |
| EntityFieldManagerInterface | interface | core/ |
Provides an interface for an entity field manager. |
Pagination
- Previous page
- Page 27
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.