You are here

public function DrushCommands::__construct in Media entity 8.2

MediaEntityCommands constructor.

Parameters

\Drupal\media_entity\CliService $cli_service: The CLI service which allows interoperability.

File

src/Commands/DrushCommands.php, line 26

Class

DrushCommands
Add commands for Drush 9.

Namespace

Drupal\media_entity\Commands

Code

public function __construct(CliService $cli_service) {
  $this->cliService = $cli_service;
}