You are here

public function MiconIcon::getPackageId in Micon 8

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

Code

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