public function MiconIconInterface::getHex in Micon 8
Same name and namespace in other branches
- 2.x 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 64
Class
- MiconIconInterface
- Defines an object which can be rendered by the Render API.
Namespace
Drupal\miconCode
public function getHex();