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