You are here

public function EntityShareClientCommands::__construct in Entity Share 8

Same name and namespace in other branches
  1. 8.3 modules/entity_share_client/src/Commands/EntityShareClientCommands.php \Drupal\entity_share_client\Commands\EntityShareClientCommands::__construct()
  2. 8.2 modules/entity_share_client/src/Commands/EntityShareClientCommands.php \Drupal\entity_share_client\Commands\EntityShareClientCommands::__construct()

EntityShareClientCommands constructor.

Parameters

\Drupal\entity_share_client\Service\EntityShareClientCliService $cliService: The CLI service which allows interoperability.

File

modules/entity_share_client/src/Commands/EntityShareClientCommands.php, line 30

Class

EntityShareClientCommands
Class EntityShareClientCommands.

Namespace

Drupal\entity_share_client\Commands

Code

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