public function MiconInterface::getStylesheet in Micon 8
Same name and namespace in other branches
- 2.x src/Entity/MiconInterface.php \Drupal\micon\Entity\MiconInterface::getStylesheet()
Return the stylesheet of the Micon package if it exists.
Return value
string The path to the IcoMoon style.css file.
1 method overrides MiconInterface::getStylesheet()
- Micon::getStylesheet in src/
Entity/ Micon.php - Return the stylesheet of the Micon package if it exists.
File
- src/
Entity/ MiconInterface.php, line 70
Class
- MiconInterface
- Provides an interface for defining Micon entities.
Namespace
Drupal\micon\EntityCode
public function getStylesheet();