function RecipeCommand::configure
Same name in this branch
- 11.x core/lib/Drupal/Core/Recipe/RecipeCommand.php \Drupal\Core\Recipe\RecipeCommand::configure()
Same name and namespace in other branches
- 10 core/lib/Drupal/Core/Recipe/RecipeCommand.php \Drupal\Core\Recipe\RecipeCommand::configure()
- main core/lib/Drupal/Core/Recipe/RecipeCommand.php \Drupal\Core\Recipe\RecipeCommand::configure()
- main core/lib/Drupal/Core/Recipe/Command/RecipeCommand.php \Drupal\Core\Recipe\Command\RecipeCommand::configure()
File
-
core/
lib/ Drupal/ Core/ Recipe/ Command/ RecipeCommand.php, line 58
Class
- RecipeCommand
- Applies recipe.
Namespace
Drupal\Core\Recipe\CommandCode
protected function configure() : void {
$this->addArgument('path', InputArgument::REQUIRED, 'The path to the recipe\'s folder to apply');
ConsoleInputCollector::configureCommand($this);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.