You are here

protected property Micon::$type in Micon 2.x

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

The Micon type. Either 'font' or 'image'. Default is 'font'.

Type: string

File

src/Entity/Micon.php, line 81

Class

Micon
Defines the Micon entity.

Namespace

Drupal\micon\Entity

Code

protected $type = 'font';