You are here

public function MiconIconInterface::getPackageId in Micon 2.x

Same name and namespace in other branches
  1. 8 src/MiconIconInterface.php \Drupal\micon\MiconIconInterface::getPackageId()

Get the id of the Micon package.

Return value

string The package entity id.

1 method overrides MiconIconInterface::getPackageId()
MiconIcon::getPackageId in src/MiconIcon.php
Get the id of the Micon package.

File

src/MiconIconInterface.php, line 24

Class

MiconIconInterface
Defines an object which can be rendered by the Render API.

Namespace

Drupal\micon

Code

public function getPackageId();