Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityLastInstalledSchemaRepositoryInterface.php | file | core/ |
|
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition | function | core/ |
Deletes the entity type definition from the application state. |
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition | function | core/ |
Deletes the field storage definition from the application state. |
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition | function | core/ |
Gets the entity type definition in its most recently installed state. |
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinitions | function | core/ |
Gets the entity type definitions in their most recently installed state. |
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions | function | core/ |
Gets the entity type's most recently installed field storage definitions. |
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition | function | core/ |
Stores the entity type definition in the application state. |
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition | function | core/ |
Stores the field storage definition in the application state. |
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions | function | core/ |
Stores the entity type's field storage definitions in the application state. |
EntityListBuilderInterface | interface | core/ |
Defines an interface to build entity listings. |
EntityListBuilderInterface.php | file | core/ |
|
EntityListBuilderInterface::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
EntityListBuilderInterface::getStorage | function | core/ |
Gets the entity storage. |
EntityListBuilderInterface::load | function | core/ |
Loads entities of this type from storage for listing. |
EntityListBuilderInterface::render | function | core/ |
Builds a listing of entities for the given entity type. |
EntityOwnerInterface | interface | core/ |
Defines a common interface for entities that have an owner. |
EntityOwnerInterface.php | file | core/ |
|
EntityOwnerInterface::getOwner | function | core/ |
Returns the entity owner's user entity. |
EntityOwnerInterface::getOwnerId | function | core/ |
Returns the entity owner's user ID. |
EntityOwnerInterface::setOwner | function | core/ |
Sets the entity owner's user entity. |
EntityOwnerInterface::setOwnerId | function | core/ |
Sets the entity owner's user ID. |
EntityPublishedInterface | interface | core/ |
Provides an interface for access to an entity's published state. |
EntityPublishedInterface.php | file | core/ |
|
EntityPublishedInterface::isPublished | function | core/ |
Returns whether or not the entity is published. |
EntityPublishedInterface::setPublished | function | core/ |
Sets the entity as published. |
EntityPublishedInterface::setUnpublished | function | core/ |
Sets the entity as unpublished. |
EntityReferenceFieldItemListInterface | interface | core/ |
Interface for entity reference lists of field items. |
EntityReferenceFieldItemListInterface.php | file | core/ |
|
EntityReferenceFieldItemListInterface::referencedEntities | function | core/ |
Gets the entities referenced by this field, preserving field item deltas. |
EntityReferenceItemInterface | interface | core/ |
Interface definition for field items referencing other entities. |
EntityReferenceItemInterface.php | file | core/ |
|
EntityReferenceItemInterface::getReferenceableBundles | function | core/ |
Returns the referenceable entity types and bundles. |
EntityRepositoryInterface | interface | core/ |
Provides an interface for an entity repository. |
EntityRepositoryInterface.php | file | core/ |
|
EntityRepositoryInterface::CONTEXT_ID_LEGACY_CONTEXT_OPERATION | constant | core/ |
|
EntityRepositoryInterface::getActive | function | core/ |
Retrieves the active entity variant matching the specified context. |
EntityRepositoryInterface::getActiveMultiple | function | core/ |
Retrieves the active entity variants matching the specified context. |
EntityRepositoryInterface::getCanonical | function | core/ |
Retrieves the canonical entity variant matching the specified context. |
EntityRepositoryInterface::getCanonicalMultiple | function | core/ |
Retrieves the canonical entity variants matching the specified context. |
EntityRepositoryInterface::getTranslationFromContext | function | core/ |
Gets the entity translation to be used in the given context. |
EntityRepositoryInterface::loadEntityByConfigTarget | function | core/ |
Loads an entity by the config target identifier. |
EntityRepositoryInterface::loadEntityByUuid | function | core/ |
Loads an entity by UUID. |
EntityResolverInterface | interface | core/ |
|
EntityResolverInterface.php | file | core/ |
|
EntityResolverInterface::resolve | function | core/ |
Returns the local ID of an entity referenced by serialized data. |
EntityRouteProviderInterface | interface | core/ |
Allows entity types to provide routes. |
EntityRouteProviderInterface.php | file | core/ |
|
EntityRouteProviderInterface::getRoutes | function | core/ |
Provides routes for entities. |
EntityStorageBaseTest::generateEntityInterface | function | core/ |
Generate a mocked entity object. |
EntityStorageInterface | interface | core/ |
Defines the interface for entity storage classes. |
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.