You are here

public function MiconInterface::type in Micon 2.x

Same name and namespace in other branches
  1. 8 src/Entity/MiconInterface.php \Drupal\micon\Entity\MiconInterface::type()

Gets the type of package.

Return value

string Either 'font' or 'image'.

1 method overrides MiconInterface::type()
Micon::type in src/Entity/Micon.php
Gets the type of package.

File

src/Entity/MiconInterface.php, line 18

Class

MiconInterface
Provides an interface for defining Micon entities.

Namespace

Drupal\micon\Entity

Code

public function type();