public function MiconInterface::getInfo in Micon 2.x
Same name and namespace in other branches
- 8 src/Entity/MiconInterface.php \Drupal\micon\Entity\MiconInterface::getInfo()
Get Micon package information.
Return value
array The information for the IcoMoon package.
1 method overrides MiconInterface::getInfo()
- Micon::getInfo in src/
Entity/ Micon.php - Get Micon package information.
File
- src/
Entity/ MiconInterface.php, line 26
Class
- MiconInterface
- Provides an interface for defining Micon entities.
Namespace
Drupal\micon\EntityCode
public function getInfo();