public function AcquiaContentHubEntityCommands::__construct in Acquia Content Hub 8.2
AcquiaContentHubEntityCommands constructor.
Parameters
\Drupal\depcalc\DependencyCalculator $calculator: The dependency calculator.
\Drupal\acquia_contenthub\ContentHubCommonActions $common_actions: The Content Hub Common Actions service.
File
- src/
Commands/ AcquiaContentHubEntityCommands.php, line 40
Class
- AcquiaContentHubEntityCommands
- Drush commands for interacting with Acquia Content Hub entities.
Namespace
Drupal\acquia_contenthub\CommandsCode
public function __construct(DependencyCalculator $calculator, ContentHubCommonActions $common_actions) {
$this->calculator = $calculator;
$this->commonActions = $common_actions;
}