public function MiconInterface::type in Micon 2.x
Same name and namespace in other branches
- 8 src/Entity/MiconInterface.php \Drupal\micon\Entity\MiconInterface::type()
Gets the type of package.
Return value
string Either 'font' or 'image'.
1 method overrides MiconInterface::type()
- Micon::type in src/
Entity/ Micon.php - Gets the type of package.
File
- src/
Entity/ MiconInterface.php, line 18
Class
- MiconInterface
- Provides an interface for defining Micon entities.
Namespace
Drupal\micon\EntityCode
public function type();