You are here

public function MiconIcon::getName in Micon 2.x

Get the unique name of the IcoMoon icon.

Return value

string The IcoMoon icon.

Overrides MiconIconInterface::getName

1 call to MiconIcon::getName()
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 getName() {
  return $this->data['name'];
}