function ConsoleInputCollector::__construct

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

File

core/lib/Drupal/Core/Recipe/ConsoleInputCollector.php, line 29

Class

ConsoleInputCollector
Collects input values for recipes from the command line.

Namespace

Drupal\Core\Recipe

Code

public function __construct(private readonly InputInterface $input, private readonly StyleInterface $io) {
}

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