public function MiconIcon::getPrefix in Micon 2.x
Same name and namespace in other branches
- 8 src/MiconIcon.php \Drupal\micon\MiconIcon::getPrefix()
Get the unique prefix of the IcoMoon package.
Return value
string The IcoMoon prefix.
Overrides MiconIconInterface::getPrefix
1 call to MiconIcon::getPrefix()
- MiconIcon::getSelector in src/
MiconIcon.php - Get the unique selector of the IcoMoon icon.
File
- src/
MiconIcon.php, line 75
Class
- MiconIcon
- Defines the Micon icon.
Namespace
Drupal\miconCode
public function getPrefix() {
return $this->data['prefix'];
}