Search for interface

  1. Search 7.x for interface
  2. Search 8.9.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
EntityRouteProviderInterface interface core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php Allows entity types to provide routes.
EntityRouteProviderInterface.php file core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php
EntityRouteProviderInterface::getRoutes function core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php Provides routes for entities.
EntityStorageBaseTest::generateEntityInterface function core/tests/Drupal/Tests/Core/Entity/EntityStorageBaseTest.php Generate a mocked entity object.
EntityStorageInterface interface core/lib/Drupal/Core/Entity/EntityStorageInterface.php Defines the interface for entity storage classes.
EntityStorageInterface.php file core/lib/Drupal/Core/Entity/EntityStorageInterface.php
EntityStorageInterface::create function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Constructs a new entity object, without permanently saving it.
EntityStorageInterface::delete function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Deletes permanently saved entities.
EntityStorageInterface::deleteRevision function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Delete a specific entity revision.
EntityStorageInterface::FIELD_LOAD_CURRENT constant core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load the most recent version of an entity's field data.
EntityStorageInterface::FIELD_LOAD_REVISION constant core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load the version of an entity's field data specified in the entity.
EntityStorageInterface::getAggregateQuery function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets an aggregated query instance.
EntityStorageInterface::getEntityClass function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Retrieves the class name used to create the entity.
EntityStorageInterface::getEntityType function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets the entity type definition.
EntityStorageInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets the entity type ID.
EntityStorageInterface::getQuery function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets an entity query instance.
EntityStorageInterface::hasData function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Determines if the storage contains any data.
EntityStorageInterface::load function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Loads one entity.
EntityStorageInterface::loadByProperties function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load entities by their property values without any access checks.
EntityStorageInterface::loadMultiple function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Loads one or more entities.
EntityStorageInterface::loadRevision function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load a specific entity revision.
EntityStorageInterface::loadUnchanged function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Loads an unchanged entity from the database.
EntityStorageInterface::resetCache function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Resets the internal entity cache.
EntityStorageInterface::restore function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Restores a previously saved entity.
EntityStorageInterface::save function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Saves the entity permanently.
EntityStorageSchemaInterface interface core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php Defines the interface for entity storage schema handler classes.
EntityStorageSchemaInterface.php file core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php
EntityStorageSchemaInterface::requiresEntityDataMigration function core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php Checks if existing data would be lost if the schema changes were applied.
EntityStorageSchemaInterface::requiresEntityStorageSchemaChanges function core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php Checks if the changes to the entity type requires storage schema changes.
EntityTypeBundleInfoInterface interface core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php Provides an interface for an entity type bundle info.
EntityTypeBundleInfoInterface.php file core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php
EntityTypeBundleInfoInterface::clearCachedBundles function core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php Clears static and persistent bundles.
EntityTypeBundleInfoInterface::getAllBundleInfo function core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php Get the bundle info of all entity types.
EntityTypeBundleInfoInterface::getBundleInfo function core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php Gets the bundle info of an entity type.
EntityTypeInterface interface core/lib/Drupal/Core/Entity/EntityTypeInterface.php Provides an interface for an entity type and its metadata.
EntityTypeInterface.php file core/lib/Drupal/Core/Entity/EntityTypeInterface.php
EntityTypeInterface::addConstraint function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Adds a validation constraint.
EntityTypeInterface::BUNDLE_MAX_LENGTH constant core/lib/Drupal/Core/Entity/EntityTypeInterface.php The maximum length of bundle name, in characters.
EntityTypeInterface::entityClassImplements function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates if the entity type class implements the given interface.
EntityTypeInterface::get function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets any arbitrary property.
EntityTypeInterface::getAccessControlClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the access control class.
EntityTypeInterface::getAdminPermission function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the name of the default administrative permission.
EntityTypeInterface::getBaseTable function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the name of the entity's base table.
EntityTypeInterface::getBundleConfigDependency function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the config dependency info for this entity, if any exists.
EntityTypeInterface::getBundleEntityType function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the name of the entity type which provides bundles.
EntityTypeInterface::getBundleLabel function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the label for the bundle.
EntityTypeInterface::getBundleOf function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the entity type for which this entity provides bundles.
EntityTypeInterface::getCollectionLabel function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the uppercase plural form of the name of the entity type.
EntityTypeInterface::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the key that is used to store configuration dependencies.
EntityTypeInterface::getConstraints function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets an array of validation constraints.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.