public function MiconIconInterface::getPrefix in Micon 2.x
Same name and namespace in other branches
- 8 src/MiconIconInterface.php \Drupal\micon\MiconIconInterface::getPrefix()
Get the unique prefix of the IcoMoon package.
Return value
string The IcoMoon prefix.
1 method overrides MiconIconInterface::getPrefix()
- MiconIcon::getPrefix in src/
MiconIcon.php - Get the unique prefix of the IcoMoon package.
File
- src/
MiconIconInterface.php, line 40
Class
- MiconIconInterface
- Defines an object which can be rendered by the Render API.
Namespace
Drupal\miconCode
public function getPrefix();