function RecipeCommand::configure

File

core/lib/Drupal/Core/Recipe/RecipeCommand.php, line 53

Class

RecipeCommand
Applies recipe.

Namespace

Drupal\Core\Recipe

Code

protected function configure() : void {
  $this->setDescription('Applies a recipe to a site.')
    ->addArgument('path', InputArgument::REQUIRED, 'The path to the recipe\'s folder to apply');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.