Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
EntityInterface::postCreate function core/lib/Drupal/Core/Entity/EntityInterface.php Acts on a created entity before hooks are invoked.
EntityInterface::postDelete function core/lib/Drupal/Core/Entity/EntityInterface.php Acts on deleted entities before the delete hook is invoked.
EntityInterface::postLoad function core/lib/Drupal/Core/Entity/EntityInterface.php Acts on loaded entities.
EntityInterface::postSave function core/lib/Drupal/Core/Entity/EntityInterface.php Acts on a saved entity before the insert or update hook is invoked.
EntityInterface::preCreate function core/lib/Drupal/Core/Entity/EntityInterface.php Changes the values of an entity before it is created.
EntityInterface::preDelete function core/lib/Drupal/Core/Entity/EntityInterface.php Acts on entities before they are deleted and before hooks are invoked.
EntityInterface::preSave function core/lib/Drupal/Core/Entity/EntityInterface.php Acts on an entity before the presave hook is invoked.
EntityInterface::referencedEntities function core/lib/Drupal/Core/Entity/EntityInterface.php Gets a list of entities referenced by this entity.
EntityInterface::save function core/lib/Drupal/Core/Entity/EntityInterface.php Saves an entity permanently.
EntityInterface::setOriginalId function core/lib/Drupal/Core/Entity/EntityInterface.php Sets the original ID.
EntityInterface::toArray function core/lib/Drupal/Core/Entity/EntityInterface.php Gets an array of all property values.
EntityInterface::toLink function core/lib/Drupal/Core/Entity/EntityInterface.php Generates the HTML for a link to this entity.
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.
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.
EntityReferenceItemInterface interface core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItemInterface.php Interface definition for field items referencing other entities.
EntityReferenceItemInterface.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItemInterface.php
EntityReferenceItemInterface::getReferenceableBundles function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItemInterface.php Returns the referenceable entity types and bundles.
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

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