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