Defines an object which can be rendered by the Render API.
Hierarchy
- interface \Drupal\Core\Render\RenderableInterface
File
- core/lib/Drupal/Core/Render/RenderableInterface.php, line 8
Namespace
Drupal\Core\Render
Members
Name | Modifiers | Type | Description |
---|---|---|---|
RenderableInterface::toRenderable | public | function | Returns a render array representation of the object. |
Please login to continue.