You are here

public function MiconIconInterface::getChildren in Micon 8

Same name and namespace in other branches
  1. 2.x src/MiconIconInterface.php \Drupal\micon\MiconIconInterface::getChildren()

Get the content entered within the icon tags.

Return value

mixed[] A render array.

1 method overrides MiconIconInterface::getChildren()
MiconIcon::getChildren in src/MiconIcon.php
Get the content entered within the icon tags.

File

src/MiconIconInterface.php, line 80

Class

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

Namespace

Drupal\micon

Code

public function getChildren();