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