You are here

public function MiconIcon::getPackageLabel in Micon 8

Same name and namespace in other branches
  1. 2.x 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\micon

Code

public function getPackageLabel() {
  return $this->data['package_label'];
}