You are here

public function MiconIconInterface::toRenderable in Micon 2.x

Same name and namespace in other branches
  1. 8 src/MiconIconInterface.php \Drupal\micon\MiconIconInterface::toRenderable()

Returns a render array representation of the object.

Return value

mixed[] A render array.

1 method overrides MiconIconInterface::toRenderable()
MiconIcon::toRenderable in src/MiconIcon.php
Returns a render array representation of the object.

File

src/MiconIconInterface.php, line 128

Class

MiconIconInterface
Defines an object which can be rendered by the Render API.

Namespace

Drupal\micon

Code

public function toRenderable();