public function MiconIconInterface::getPackageId in Micon 8
Same name and namespace in other branches
- 2.x src/MiconIconInterface.php \Drupal\micon\MiconIconInterface::getPackageId()
Get the id of the Micon package.
Return value
string The package entity id.
1 method overrides MiconIconInterface::getPackageId()
- MiconIcon::getPackageId in src/
MiconIcon.php - Get the id of the Micon package.
File
- src/
MiconIconInterface.php, line 24
Class
- MiconIconInterface
- Defines an object which can be rendered by the Render API.
Namespace
Drupal\miconCode
public function getPackageId();