function 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.