public function Micon::setAsSvg in Micon 8
Same name and namespace in other branches
- 2.x 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 99
Class
- Micon
- Defines the Micon entity.
Namespace
Drupal\micon\EntityCode
public function setAsSvg() {
$this->type = 'image';
}