public function Micon::setAsSvg in Micon 2.x
Same name and namespace in other branches
- 8 src/Entity/Micon.php \Drupal\micon\Entity\Micon::setAsSvg()
1 call to Micon::setAsSvg()
- Micon::archiveExtract in src/
Entity/ Micon.php - Properly extract and store an IcoMoon zip file.
File
- src/
Entity/ Micon.php, line 107
Class
- Micon
- Defines the Micon entity.
Namespace
Drupal\micon\EntityCode
public function setAsSvg() {
$this->type = 'image';
}