public function MiconIconInterface::getChildren in Micon 2.x
Same name and namespace in other branches
- 8 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 88
Class
- MiconIconInterface
- Defines an object which can be rendered by the Render API.
Namespace
Drupal\miconCode
public function getChildren();