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 |
|---|---|---|---|
| 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. |
| EntityFieldManagerInterface | interface | core/ |
Provides an interface for an entity field manager. |
| EntityFieldManagerInterface.php | file | core/ |
|
| EntityFieldManagerInterface::clearCachedFieldDefinitions | function | core/ |
Clears static and persistent field definition caches. |
| EntityFieldManagerInterface::getBaseFieldDefinitions | function | core/ |
Gets the base field definitions for a content entity type. |
| EntityFieldManagerInterface::getExtraFields | function | core/ |
Gets the "extra fields" for a bundle. |
| EntityFieldManagerInterface::getFieldDefinitions | function | core/ |
Gets the field definitions for a specific bundle. |
| EntityFieldManagerInterface::getFieldLabels | function | core/ |
Returns the labels used for a field on an entity type. |
| EntityFieldManagerInterface::getFieldMap | function | core/ |
Gets a lightweight map of fields across bundles. |
| EntityFieldManagerInterface::getFieldMapByFieldType | function | core/ |
Gets a lightweight map of fields across bundles filtered by field type. |
| EntityFieldManagerInterface::getFieldStorageDefinitions | function | core/ |
Gets the field storage definitions for a content entity type. |
| EntityFieldManagerInterface::setFieldMap | function | core/ |
Sets a lightweight map of fields across bundles. |
| EntityFieldManagerInterface::useCaches | function | core/ |
Disable the use of caches. |
| EntityFieldTest::doTestDataStructureInterfaces | function | core/ |
Executes the data structure interfaces tests for the given entity type. |
| EntityFieldTest::testDataStructureInterfaces | function | core/ |
Tests working with the entity based upon the TypedData API. |
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.