public function MiconIcon::getPackageId in Micon 2.x
Same name and namespace in other branches
- 8 src/MiconIcon.php \Drupal\micon\MiconIcon::getPackageId()
Get the id of the Micon package.
Return value
string The package entity id.
Overrides MiconIconInterface::getPackageId
File
- src/
MiconIcon.php, line 61
Class
- MiconIcon
- Defines the Micon icon.
Namespace
Drupal\miconCode
public function getPackageId() {
return $this->data['package_id'];
}