Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RecipeCommand.php

function RecipeCommand::configure

Overrides Command::configure

File

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

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');
    ConsoleInputCollector::configureCommand($this);
}
RSS feed
Powered by Drupal