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

Breadcrumb

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

function RecipeInfoCommand::configure

Overrides Command::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');
}
RSS feed
Powered by Drupal