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