function RecipeInfoCommand::__construct

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Recipe/RecipeInfoCommand.php \Drupal\Core\Recipe\RecipeInfoCommand::__construct()

File

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

Class

RecipeInfoCommand
Shows information about a particular recipe.

Namespace

Drupal\Core\Recipe

Code

public function __construct($class_loader) {
  parent::__construct('recipe:info');
  $this->classLoader = $class_loader;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.