public function MiconIconInterface::toMarkup in Micon 2.x
Same name and namespace in other branches
- 8 src/MiconIconInterface.php \Drupal\micon\MiconIconInterface::toMarkup()
Returns a fully rendered Markup representation of the object.
Return value
\Drupal\Core\Render\Markup A Markup object.
1 method overrides MiconIconInterface::toMarkup()
- MiconIcon::toMarkup in src/
MiconIcon.php - Returns a fully rendered Markup representation of the object.
File
- src/
MiconIconInterface.php, line 136
Class
- MiconIconInterface
- Defines an object which can be rendered by the Render API.
Namespace
Drupal\miconCode
public function toMarkup();