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 | 
|---|---|---|---|
| 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. | 
| 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. | 
| EntityFormInterface.php | file | core/ | 
                                                                                        |
| EntityFormInterface::buildEntity | function | core/ | 
                                                                                        Builds an updated entity object based upon the submitted form values. | 
| EntityFormInterface::getEntity | function | core/ | 
                                                                                        Gets the form entity. | 
| EntityFormInterface::getEntityFromRouteMatch | function | core/ | 
                                                                                        Determines which entity will be used by this form from a RouteMatch object. | 
| EntityFormInterface::getOperation | function | core/ | 
                                                                                        Gets the operation identifying the form. | 
| EntityFormInterface::save | function | core/ | 
                                                                                        Form submission handler for the 'save' action. | 
| EntityFormInterface::setEntity | function | core/ | 
                                                                                        Sets the form entity. | 
| EntityFormInterface::setEntityTypeManager | function | core/ | 
                                                                                        Sets the entity type manager for this form. | 
| EntityFormInterface::setModuleHandler | function | core/ | 
                                                                                        Sets the module handler for this form. | 
| EntityFormInterface::setOperation | function | core/ | 
                                                                                        Sets the operation for this form. | 
| EntityFormInterface::setStringTranslation | function | core/ | 
                                                                                        Sets the string translation service for this form. | 
| EntityFormModeInterface | interface | core/ | 
                                                                                        Provides an interface defining an entity form mode entity type. | 
| EntityFormModeInterface.php | file | core/ | 
                                                                                        |
| EntityHandlerInterface | interface | core/ | 
                                                                                        Defines an interface for entity handlers. | 
| EntityHandlerInterface.php | file | core/ | 
                                                                                        |
| EntityHandlerInterface::createInstance | function | core/ | 
                                                                                        Instantiates a new instance of this entity handler. | 
| EntityInterface | interface | core/ | 
                                                                                        Defines a common interface for all entity objects. | 
| EntityInterface.php | file | core/ | 
                                                                                        |
| EntityInterface::bundle | function | core/ | 
                                                                                        Gets the bundle of the entity. | 
| EntityInterface::create | function | core/ | 
                                                                                        Constructs a new entity object, without permanently saving it. | 
| EntityInterface::createDuplicate | function | core/ | 
                                                                                        Creates a duplicate of the entity. | 
| EntityInterface::delete | function | core/ | 
                                                                                        Deletes an entity permanently. | 
| EntityInterface::enforceIsNew | function | core/ | 
                                                                                        Enforces an entity to be new. | 
| EntityInterface::getCacheTagsToInvalidate | function | core/ | 
                                                                                        Returns the cache tags that should be used to invalidate caches. | 
| EntityInterface::getConfigDependencyKey | function | core/ | 
                                                                                        Gets the key that is used to store configuration dependencies. | 
| EntityInterface::getConfigDependencyName | function | core/ | 
                                                                                        Gets the configuration dependency name. | 
| EntityInterface::getConfigTarget | function | core/ | 
                                                                                        Gets the configuration target identifier for the entity. | 
| EntityInterface::getEntityType | function | core/ | 
                                                                                        Gets the entity type definition. | 
| EntityInterface::getEntityTypeId | function | core/ | 
                                                                                        Gets the ID of the type of the entity. | 
| EntityInterface::getOriginal | function | core/ | 
                                                                                        Returns the original unchanged entity. | 
Pagination
- Previous page
 - Page 28
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.