Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityInterface::toUrl | function | core/ |
Gets the URL object for the entity. |
| EntityInterface::uriRelationships | function | core/ |
Gets a list of URI relationships supported by this entity. |
| EntityInterface::url | function | core/ |
Gets the public URL for this entity. |
| EntityInterface::urlInfo | function | core/ |
Gets the URL object for the entity. |
| EntityInterface::uuid | function | core/ |
Gets the entity UUID (Universally Unique Identifier). |
| EntityLastInstalledSchemaRepositoryInterface | interface | core/ |
Provides an interface for an installed entity definition repository. |
| 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. |
| EntityManagerInterface | interface | core/ |
Provides an interface for entity type managers. |
| EntityManagerInterface.php | file | core/ |
|
| EntityManagerInterface::getLastInstalledDefinition | function | core/ |
|
| EntityManagerInterface::getLastInstalledFieldStorageDefinitions | function | core/ |
|
| EntityNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| 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. |
| EntityReferenceFieldItemNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| EntityReferenceFieldNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| EntityReferenceItemNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| 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. |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.