public function MiconIcon::getTags in Micon 2.x
Get the tags of the IcoMoon icon.
Return value
string The IcoMoon icon.
Overrides MiconIconInterface::getTags
1 call to MiconIcon::getTags()
- MiconIcon::toJson in src/
MiconIcon.php - Returns a trimmed, json encoded string of the rendered markup.
File
- src/
MiconIcon.php, line 89
Class
- MiconIcon
- Defines the Micon icon.
Namespace
Drupal\miconCode
public function getTags() {
return $this->data['tags'];
}