function RecipeInfoCommand::configure
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Recipe/RecipeInfoCommand.php \Drupal\Core\Recipe\RecipeInfoCommand::configure()
File
-
core/
lib/ Drupal/ Core/ Recipe/ RecipeInfoCommand.php, line 32
Class
- RecipeInfoCommand
- Shows information about a particular recipe.
Namespace
Drupal\Core\RecipeCode
protected function configure() : void {
$this->setDescription('Shows information about a recipe.')
->addArgument('path', InputArgument::REQUIRED, 'The path to the recipe\'s folder');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.