You are here

protected function Setup::configure in DRD Agent 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Command/Setup.php \Drupal\drd_agent\Command\Setup::configure()

File

src/Command/Setup.php, line 40

Class

Setup
Class Setup.

Namespace

Drupal\drd_agent\Command

Code

protected function configure() {
  parent::configure();
  $this
    ->setName('drd:agent:setup')
    ->setDescription($this
    ->trans('Initially setup the site for the DRD Agent, only used internally by the setup process.'))
    ->addArgument('token', InputArgument::REQUIRED, $this
    ->trans('Base64 and json encoded array of all variables required such that DRD can communicate with this domain in the future'));
}