interface EntityRenderControllerInterface

Defines a common interface for entity view controller classes.

Hierarchy

Expanded class hierarchy of EntityRenderControllerInterface

All classes that implement EntityRenderControllerInterface

File

drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php, line 13
Definition of Drupal\Core\Entity\EntityRenderControllerInterface.

Namespace

Drupal\Core\Entity
View source

Members

Namesort descending Modifiers Type Description Overrides
EntityRenderControllerInterface::buildContent public function Build the structured $content property on the entity. 1
EntityRenderControllerInterface::view public function Returns the render array for the provided entity. 1
EntityRenderControllerInterface::viewMultiple public function Returns the render array for the provided entities. 1