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
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
EntityViewsDataInterface interface core/modules/views/src/EntityViewsDataInterface.php Provides an interface to integrate an entity type with views.
EntityViewsDataInterface.php file core/modules/views/src/EntityViewsDataInterface.php
EntityViewsDataInterface::getViewsData function core/modules/views/src/EntityViewsDataInterface.php Returns views data for the entity type.
EntityViewsDataInterface::getViewsTableForEntityType function core/modules/views/src/EntityViewsDataInterface.php Gets the table of an entity type to be used as base table in views.
EntityWithPluginCollectionInterface interface core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php Provides an interface for an object using a plugin collection.
EntityWithPluginCollectionInterface.php file core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php
EnvironmentCleanerInterface interface core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php Defines an interface for cleaning up test results and fixtures.
EnvironmentCleanerInterface.php file core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php
EnvironmentCleanerInterface::cleanDatabase function core/lib/Drupal/Core/Test/EnvironmentCleanerInterface.php Remove database entries left over in the fixture database.

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