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