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