function RecipeInfoCommand::configure

File

core/lib/Drupal/Core/Recipe/RecipeInfoCommand.php, line 32

Class

RecipeInfoCommand
Shows information about a particular recipe.

Namespace

Drupal\Core\Recipe

Code

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.