You are here

public function QaAccountsCommands::__construct in QA Accounts 8

QaAccountsCommands constructor.

Parameters

\Drupal\qa_accounts\QaAccountsCreateDeleteInterface $qa_accounts_create_delete: Service that creates and deletes QA accounts.

File

src/Commands/QaAccountsCommands.php, line 26

Class

QaAccountsCommands
Defines drush commands for QA Accounts module.

Namespace

Drupal\qa_accounts\Commands

Code

public function __construct(QaAccountsCreateDeleteInterface $qa_accounts_create_delete) {
  $this->qaAccountsCreateDelete = $qa_accounts_create_delete;
}