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
EntityInterface::toUrl function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the URL object for the entity.
EntityInterface::uriRelationships function core/lib/Drupal/Core/Entity/EntityInterface.php Gets a list of URI relationships supported by this entity.
EntityInterface::uuid function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the entity UUID (Universally Unique Identifier).
EntityLastInstalledSchemaRepositoryInterface interface core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Provides an interface for an installed entity definition repository.
EntityLastInstalledSchemaRepositoryInterface.php file core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Deletes the entity type definition from the application state.
EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Deletes the field storage definition from the application state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type definition in its most recently installed state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type definitions in their most recently installed state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type's most recently installed field storage definitions.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the entity type definition in the application state.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the field storage definition in the application state.
EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Stores the entity type's field storage definitions in the application state.
EntityListBuilderInterface interface core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Defines an interface to build entity listings.
EntityListBuilderInterface.php file core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php
EntityListBuilderInterface::getOperations function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Provides an array of information to build a list of operation links.
EntityListBuilderInterface::getStorage function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Gets the entity storage.
EntityListBuilderInterface::load function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Loads entities of this type from storage for listing.
EntityListBuilderInterface::render function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Builds a listing of entities for the given entity type.
EntityNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/EntityNormalizer.php The interface or class that this Normalizer supports.
EntityOwnerInterface interface core/modules/user/src/EntityOwnerInterface.php Defines a common interface for entities that have an owner.
EntityOwnerInterface.php file core/modules/user/src/EntityOwnerInterface.php
EntityOwnerInterface::getOwner function core/modules/user/src/EntityOwnerInterface.php Returns the entity owner's user entity.
EntityOwnerInterface::getOwnerId function core/modules/user/src/EntityOwnerInterface.php Returns the entity owner's user ID.
EntityOwnerInterface::setOwner function core/modules/user/src/EntityOwnerInterface.php Sets the entity owner's user entity.
EntityOwnerInterface::setOwnerId function core/modules/user/src/EntityOwnerInterface.php Sets the entity owner's user ID.
EntityPublishedInterface interface core/lib/Drupal/Core/Entity/EntityPublishedInterface.php Provides an interface for access to an entity's published state.
EntityPublishedInterface.php file core/lib/Drupal/Core/Entity/EntityPublishedInterface.php
EntityPublishedInterface::isPublished function core/lib/Drupal/Core/Entity/EntityPublishedInterface.php Returns whether or not the entity is published.
EntityPublishedInterface::setPublished function core/lib/Drupal/Core/Entity/EntityPublishedInterface.php Sets the entity as published.
EntityPublishedInterface::setUnpublished function core/lib/Drupal/Core/Entity/EntityPublishedInterface.php Sets the entity as unpublished.
EntityReferenceFieldItemListInterface interface core/lib/Drupal/Core/Field/EntityReferenceFieldItemListInterface.php Interface for entity reference lists of field items.
EntityReferenceFieldItemListInterface.php file core/lib/Drupal/Core/Field/EntityReferenceFieldItemListInterface.php
EntityReferenceFieldItemListInterface::referencedEntities function core/lib/Drupal/Core/Field/EntityReferenceFieldItemListInterface.php Gets the entities referenced by this field, preserving field item deltas.
EntityReferenceFieldItemNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php The interface or class that this Normalizer supports.
EntityReferenceFieldNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/EntityReferenceFieldNormalizer.php The interface or class that this Normalizer supports.
EntityReferenceItemNormalizer::$supportedInterfaceOrClass property core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php The interface or class that this Normalizer supports.
EntityRepositoryInterface interface core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Provides an interface for an entity repository.
EntityRepositoryInterface.php file core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php
EntityRepositoryInterface::CONTEXT_ID_LEGACY_CONTEXT_OPERATION constant core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php
EntityRepositoryInterface::getActive function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Retrieves the active entity variant matching the specified context.
EntityRepositoryInterface::getActiveMultiple function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Retrieves the active entity variants matching the specified context.
EntityRepositoryInterface::getCanonical function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Retrieves the canonical entity variant matching the specified context.
EntityRepositoryInterface::getCanonicalMultiple function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Retrieves the canonical entity variants matching the specified context.
EntityRepositoryInterface::getTranslationFromContext function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Gets the entity translation to be used in the given context.
EntityRepositoryInterface::loadEntityByConfigTarget function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Loads an entity by the config target identifier.
EntityRepositoryInterface::loadEntityByUuid function core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php Loads an entity by UUID.
EntityResolverInterface interface core/modules/serialization/src/EntityResolver/EntityResolverInterface.php
EntityResolverInterface.php file core/modules/serialization/src/EntityResolver/EntityResolverInterface.php
EntityResolverInterface::resolve function core/modules/serialization/src/EntityResolver/EntityResolverInterface.php Returns the local ID of an entity referenced by serialized data.

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