You are here

public function MiconCommands::__construct in Micon 2.x

Constructs a new MiconCommands object.

Parameters

\Drupal\micon\MiconIconManager $micon_icon_manager: The active configuration storage.

File

src/Commands/MiconCommands.php, line 27

Class

MiconCommands
Drush integration for the Micon module.

Namespace

Drupal\micon\Commands

Code

public function __construct(MiconIconManager $micon_icon_manager) {
  parent::__construct();
  $this->miconIconManager = $micon_icon_manager;
}