public function EntityShareClientCommands::__construct in Entity Share 8.2
Same name and namespace in other branches
- 8.3 modules/entity_share_client/src/Commands/EntityShareClientCommands.php \Drupal\entity_share_client\Commands\EntityShareClientCommands::__construct()
- 8 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 32
Class
- EntityShareClientCommands
- Class EntityShareClientCommands.
Namespace
Drupal\entity_share_client\CommandsCode
public function __construct(EntityShareClientCliService $cliService) {
$this->cliService = $cliService;
}