Search for interface

  1. Search 7.x for interface
  2. Search 9.5.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
EntityFormInterface::getEntity function core/lib/Drupal/Core/Entity/EntityFormInterface.php Gets the form entity.
EntityFormInterface::getEntityFromRouteMatch function core/lib/Drupal/Core/Entity/EntityFormInterface.php Determines which entity will be used by this form from a RouteMatch object.
EntityFormInterface::getOperation function core/lib/Drupal/Core/Entity/EntityFormInterface.php Gets the operation identifying the form.
EntityFormInterface::save function core/lib/Drupal/Core/Entity/EntityFormInterface.php Form submission handler for the 'save' action.
EntityFormInterface::setEntity function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the form entity.
EntityFormInterface::setEntityManager function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the entity manager for this form.
EntityFormInterface::setEntityTypeManager function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the entity type manager for this form.
EntityFormInterface::setModuleHandler function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the module handler for this form.
EntityFormInterface::setOperation function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the operation for this form.
EntityFormInterface::setStringTranslation function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the string translation service for this form.
EntityFormModeInterface interface core/lib/Drupal/Core/Entity/EntityFormModeInterface.php Provides an interface defining an entity form mode entity type.
EntityFormModeInterface.php file core/lib/Drupal/Core/Entity/EntityFormModeInterface.php
EntityHandlerInterface interface core/lib/Drupal/Core/Entity/EntityHandlerInterface.php Defines an interface for entity handlers.
EntityHandlerInterface.php file core/lib/Drupal/Core/Entity/EntityHandlerInterface.php
EntityHandlerInterface::createInstance function core/lib/Drupal/Core/Entity/EntityHandlerInterface.php Instantiates a new instance of this entity handler.
EntityInterface interface core/lib/Drupal/Core/Entity/EntityInterface.php Defines a common interface for all entity objects.
EntityInterface.php file core/lib/Drupal/Core/Entity/EntityInterface.php
EntityInterface::bundle function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the bundle of the entity.
EntityInterface::create function core/lib/Drupal/Core/Entity/EntityInterface.php Constructs a new entity object, without permanently saving it.
EntityInterface::createDuplicate function core/lib/Drupal/Core/Entity/EntityInterface.php Creates a duplicate of the entity.
EntityInterface::delete function core/lib/Drupal/Core/Entity/EntityInterface.php Deletes an entity permanently.
EntityInterface::enforceIsNew function core/lib/Drupal/Core/Entity/EntityInterface.php Enforces an entity to be new.
EntityInterface::getCacheTagsToInvalidate function core/lib/Drupal/Core/Entity/EntityInterface.php Returns the cache tags that should be used to invalidate caches.
EntityInterface::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the key that is used to store configuration dependencies.
EntityInterface::getConfigDependencyName function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the configuration dependency name.
EntityInterface::getConfigTarget function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the configuration target identifier for the entity.
EntityInterface::getEntityType function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the entity type definition.
EntityInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the ID of the type of the entity.
EntityInterface::getOriginalId function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the original ID.
EntityInterface::getTypedData function core/lib/Drupal/Core/Entity/EntityInterface.php Gets a typed data object for this entity object.
EntityInterface::hasLinkTemplate function core/lib/Drupal/Core/Entity/EntityInterface.php Indicates if a link template exists for a given key.
EntityInterface::id function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the identifier.
EntityInterface::isNew function core/lib/Drupal/Core/Entity/EntityInterface.php Determines whether the entity is new.
EntityInterface::label function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the label of the entity.
EntityInterface::language function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the language of the entity.
EntityInterface::link function core/lib/Drupal/Core/Entity/EntityInterface.php Deprecated way of generating a link to the entity. See toLink().
EntityInterface::load function core/lib/Drupal/Core/Entity/EntityInterface.php Loads an entity.
EntityInterface::loadMultiple function core/lib/Drupal/Core/Entity/EntityInterface.php Loads one or more entities.
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.

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