function RenderableInterface::toRenderable
Returns a render array representation of the object.
Return value
mixed[] A render array.
4 methods override RenderableInterface::toRenderable()
- Breadcrumb::toRenderable in core/
lib/ Drupal/ Core/ Breadcrumb/ Breadcrumb.php  - Returns a render array representation of the object.
 - ExampleRenderable::toRenderable in core/
modules/ system/ tests/ modules/ twig_theme_test/ src/ ExampleRenderable.php  - Returns a render array representation of the object.
 - FormattedDateDiff::toRenderable in core/
lib/ Drupal/ Core/ Datetime/ FormattedDateDiff.php  - Returns a render array representation of the object.
 - Link::toRenderable in core/
lib/ Drupal/ Core/ Link.php  - Returns a render array representation of the object.
 
File
- 
              core/
lib/ Drupal/ Core/ Render/ RenderableInterface.php, line 16  
Class
- RenderableInterface
 - Defines an object which can be rendered by the Render API.
 
Namespace
Drupal\Core\RenderCode
public function toRenderable();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.