You are here

public function MiconIcon::getType in Micon 8

Same name and namespace in other branches
  1. 2.x src/MiconIcon.php \Drupal\micon\MiconIcon::getType()

Get the type of the IcoMoon package.

Return value

string The type of package. Either image or font.

Overrides MiconIconInterface::getType

File

src/MiconIcon.php, line 54

Class

MiconIcon
Defines the Micon icon.

Namespace

Drupal\micon

Code

public function getType() {
  return $this->type;
}