Defines a generic controller to render a single entity.
Hierarchy
- class \Drupal\Core\Entity\Controller\EntityViewController implements ContainerInjectionInterface
File
- core/lib/Drupal/Core/Entity/Controller/EntityViewController.php, line 15
Namespace
Drupal\Core\Entity\Controller
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityViewController::$entityManager | protected | property | The entity manager |
EntityViewController::$renderer | protected | property | The renderer service. |
EntityViewController::buildTitle | public | function | Pre-render callback to build the page title. |
EntityViewController::create | public static | function | Instantiates a new instance of this class. Overrides ContainerInjectionInterface::create |
EntityViewController::view | public | function | Provides a page to render a single entity. |
EntityViewController::viewRevision | public | function | Provides a page to render a single entity revision. |
EntityViewController::__construct | public | function | Creates an EntityViewController object. |
Please login to continue.