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 |
---|---|---|---|
EntityDisplayModeInterface | interface | core/ |
Provides an interface for entity types that hold form and view mode settings. |
EntityDisplayModeInterface.php | file | core/ |
|
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. |
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::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. |
EntityFormBuilderInterface | interface | core/ |
Builds entity forms. |
EntityFormBuilderInterface.php | file | core/ |
|
EntityFormBuilderInterface::getForm | function | core/ |
Gets the built and processed entity form for the given entity. |
EntityFormDisplayInterface | interface | core/ |
Provides a common interface for entity form displays. |
EntityFormDisplayInterface.php | file | core/ |
|
EntityFormDisplayInterface::buildForm | function | core/ |
Adds field widgets to an entity form. |
EntityFormDisplayInterface::extractFormValues | function | core/ |
Extracts field values from the submitted widget values into the entity. |
EntityFormDisplayInterface::flagWidgetsErrorsFromViolations | function | core/ |
Flags entity validation violations as form errors. |
EntityFormDisplayInterface::validateFormValues | function | core/ |
Validates submitted widget values and sets the corresponding form errors. |
EntityFormInterface | interface | core/ |
Defines an interface for entity form classes. |
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.