You are here

public function MiconIcon::getTag in Micon 8

Get the unique tag of the IcoMoon icon.

Return value

string The IcoMoon icon.

Overrides MiconIconInterface::getTag

1 call to MiconIcon::getTag()
MiconIcon::getSelector in src/MiconIcon.php
Get the unique selector of the IcoMoon icon.

File

src/MiconIcon.php, line 82

Class

MiconIcon
Defines the Micon icon.

Namespace

Drupal\micon

Code

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