public function MiconIcon::getType in Micon 2.x
Same name and namespace in other branches
- 8 src/MiconIcon.php \Drupal\micon\MiconIcon::getType()
Get the type of the IcoMoon package.
Return value
string The type of package. Either image or font.
Overrides MiconIconInterface::getType
File
- src/
MiconIcon.php, line 54
Class
- MiconIcon
- Defines the Micon icon.
Namespace
Drupal\miconCode
public function getType() {
return $this->type;
}