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
EntityTypeInterface::set function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets a value to an arbitrary property.
EntityTypeInterface::setAccessClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets the access control handler class.
EntityTypeInterface::setConstraints function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets the array of validation constraints for the FieldItemList.
EntityTypeInterface::setFormClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets a form class for a specific operation.
EntityTypeInterface::setHandlerClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets the handlers for a given type.
EntityTypeInterface::setLinkTemplate function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets a single link template.
EntityTypeInterface::setListBuilderClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets the list class.
EntityTypeInterface::setStorageClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets the storage class.
EntityTypeInterface::setUriCallback function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets a callable to use to provide the entity URI.
EntityTypeInterface::setViewBuilderClass function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the view builder class.
EntityTypeInterface::showRevisionUi function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates whether the revision form fields should be added to the form.
EntityTypeListenerInterface interface core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php Defines an interface for reacting to entity type creation, deletion, and updates.
EntityTypeListenerInterface.php file core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php
EntityTypeListenerInterface::onEntityTypeCreate function core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php Reacts to the creation of the entity type.
EntityTypeListenerInterface::onEntityTypeDelete function core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php Reacts to the deletion of the entity type.
EntityTypeListenerInterface::onEntityTypeUpdate function core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php Reacts to the update of the entity type.
EntityTypeListenerInterface::onFieldableEntityTypeCreate function core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php Reacts to the creation of the fieldable entity type.
EntityTypeListenerInterface::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php Reacts to the update of a fieldable entity type.
EntityTypeManagerInterface interface core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Provides an interface for entity type managers.
EntityTypeManagerInterface.php file core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php
EntityTypeManagerInterface::createHandlerInstance function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates new handler instance.
EntityTypeManagerInterface::getAccessControlHandler function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new access control handler instance.
EntityTypeManagerInterface::getDefinition function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php
EntityTypeManagerInterface::getDefinitions function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php
EntityTypeManagerInterface::getFormObject function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new form instance.
EntityTypeManagerInterface::getHandler function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Returns a handler instance for the given entity type and handler.
EntityTypeManagerInterface::getListBuilder function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new entity list builder.
EntityTypeManagerInterface::getRouteProviders function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Gets all route provider instances.
EntityTypeManagerInterface::getStorage function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new storage instance.
EntityTypeManagerInterface::getViewBuilder function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Creates a new view builder instance.
EntityTypeManagerInterface::hasHandler function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Checks whether a certain entity type has a certain handler.
EntityTypeRepositoryInterface interface core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php Provides an interface for helper methods for loading entity types.
EntityTypeRepositoryInterface.php file core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php
EntityTypeRepositoryInterface::getEntityTypeFromClass function core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php Gets the entity type ID based on the class that is called on.
EntityTypeRepositoryInterface::getEntityTypeLabels function core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php Builds a list of entity type labels suitable for a Form API options list.
EntityViewBuilderInterface interface core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php Defines an interface for entity view builders.
EntityViewBuilderInterface.php file core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php
EntityViewBuilderInterface::buildComponents function core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php Builds the component fields and properties of a set of entities.
EntityViewBuilderInterface::getCacheTags function core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php The cache tag associated with this entity view builder.
EntityViewBuilderInterface::resetCache function core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php Resets the entity render cache.
EntityViewBuilderInterface::view function core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php Builds the render array for the provided entity.
EntityViewBuilderInterface::viewField function core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php Builds a renderable array for the value of a single field in an entity.
EntityViewBuilderInterface::viewFieldItem function core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php Builds a renderable array for a single field item.
EntityViewBuilderInterface::viewMultiple function core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php Builds the render array for the provided entities.
EntityViewDisplayInterface interface core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php Provides a common interface for entity view displays.
EntityViewDisplayInterface.php file core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php
EntityViewDisplayInterface::build function core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php Builds a renderable array for the components of an entity.
EntityViewDisplayInterface::buildMultiple function core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php Builds a renderable array for the components of a set of entities.
EntityViewModeInterface interface core/lib/Drupal/Core/Entity/EntityViewModeInterface.php Provides an interface defining an entity view mode entity type.
EntityViewModeInterface.php file core/lib/Drupal/Core/Entity/EntityViewModeInterface.php

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