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 |
|---|---|---|---|
| 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. |
| EntityStorageInterface | interface | core/ |
Defines the interface for entity storage classes. |
| EntityStorageInterface.php | file | core/ |
|
| EntityStorageInterface::create | function | core/ |
Constructs a new entity object, without permanently saving it. |
| EntityStorageInterface::delete | function | core/ |
Deletes permanently saved entities. |
| EntityStorageInterface::deleteRevision | function | core/ |
Delete a specific entity revision. |
| EntityStorageInterface::FIELD_LOAD_CURRENT | constant | core/ |
Load the most recent version of an entity's field data. |
| EntityStorageInterface::FIELD_LOAD_REVISION | constant | core/ |
Load the version of an entity's field data specified in the entity. |
| EntityStorageInterface::getAggregateQuery | function | core/ |
Gets an aggregated query instance. |
| EntityStorageInterface::getEntityType | function | core/ |
Gets the entity type definition. |
| EntityStorageInterface::getEntityTypeId | function | core/ |
Gets the entity type ID. |
| EntityStorageInterface::getQuery | function | core/ |
Gets an entity query instance. |
| EntityStorageInterface::hasData | function | core/ |
Determines if the storage contains any data. |
| EntityStorageInterface::load | function | core/ |
Loads one entity. |
| EntityStorageInterface::loadByProperties | function | core/ |
Load entities by their property values. |
| EntityStorageInterface::loadMultiple | function | core/ |
Loads one or more entities. |
| EntityStorageInterface::loadRevision | function | core/ |
Load a specific entity revision. |
| EntityStorageInterface::loadUnchanged | function | core/ |
Loads an unchanged entity from the database. |
| EntityStorageInterface::resetCache | function | core/ |
Resets the internal, static entity cache. |
| EntityStorageInterface::restore | function | core/ |
Restores a previously saved entity. |
| EntityStorageInterface::save | function | core/ |
Saves the entity permanently. |
| EntityStorageSchemaInterface | interface | core/ |
Defines the interface for entity storage schema handler classes. |
| EntityStorageSchemaInterface.php | file | core/ |
|
| EntityStorageSchemaInterface::requiresEntityDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
| EntityStorageSchemaInterface::requiresEntityStorageSchemaChanges | function | core/ |
Checks if the changes to the entity type requires storage schema changes. |
| EntityTypeBundleInfoInterface | interface | core/ |
Provides an interface for an entity type bundle info. |
| EntityTypeBundleInfoInterface.php | file | core/ |
|
| EntityTypeBundleInfoInterface::clearCachedBundles | function | core/ |
Clears static and persistent bundles. |
| EntityTypeBundleInfoInterface::getAllBundleInfo | function | core/ |
Get the bundle info of all entity types. |
| EntityTypeBundleInfoInterface::getBundleInfo | function | core/ |
Gets the bundle info of an entity type. |
| EntityTypeInterface | interface | core/ |
Provides an interface for an entity type and its metadata. |
| EntityTypeInterface.php | file | core/ |
|
| EntityTypeInterface::addConstraint | function | core/ |
Adds a validation constraint. |
| EntityTypeInterface::BUNDLE_MAX_LENGTH | constant | core/ |
The maximum length of bundle name, in characters. |
| EntityTypeInterface::entityClassImplements | function | core/ |
Indicates if the entity type class implements the given interface. |
| EntityTypeInterface::get | function | core/ |
Gets any arbitrary property. |
| EntityTypeInterface::getAccessControlClass | function | core/ |
Gets the access control class. |
| EntityTypeInterface::getAdminPermission | function | core/ |
Gets the name of the default administrative permission. |
| EntityTypeInterface::getBaseTable | function | core/ |
Gets the name of the entity's base table. |
| EntityTypeInterface::getBundleConfigDependency | function | core/ |
Gets the config dependency info for this entity, if any exists. |
| EntityTypeInterface::getBundleEntityType | function | core/ |
Gets the name of the entity type which provides bundles. |
| EntityTypeInterface::getBundleLabel | function | core/ |
Gets the label for the bundle. |
Pagination
- Previous page
- Page 30
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.