You are here

protected property MiconDiscoveryManager::$defaults in Micon 2.x

Same name and namespace in other branches
  1. 8 src/MiconDiscoveryManager.php \Drupal\micon\MiconDiscoveryManager::defaults

A set of defaults to be referenced by $this->processDefinition() if additional processing of plugins is necessary or helpful for development purposes.

Type: array

Overrides DefaultPluginManager::$defaults

File

src/MiconDiscoveryManager.php, line 26

Class

MiconDiscoveryManager
Provides the default micon.icon manager.

Namespace

Drupal\micon

Code

protected $defaults = [
  'text' => '',
  'regex' => '',
  'icon' => '',
  'weight' => 0,
];