function RecipeCommand::__construct

Same name in this branch
  1. main core/lib/Drupal/Core/Recipe/RecipeCommand.php \Drupal\Core\Recipe\RecipeCommand::__construct()
Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Recipe/RecipeCommand.php \Drupal\Core\Recipe\RecipeCommand::__construct()
  2. 10 core/lib/Drupal/Core/Recipe/RecipeCommand.php \Drupal\Core\Recipe\RecipeCommand::__construct()
  3. 11.x core/lib/Drupal/Core/Recipe/Command/RecipeCommand.php \Drupal\Core\Recipe\Command\RecipeCommand::__construct()

File

core/lib/Drupal/Core/Recipe/Command/RecipeCommand.php, line 46

Class

RecipeCommand
Applies recipe.

Namespace

Drupal\Core\Recipe\Command

Code

public function __construct(protected CheckpointStorageInterface $checkpoint_storage, #[Autowire(service: 'logger.channel.default')] protected LoggerInterface $logger, protected StorageCacheInterface $configStorage) {
  parent::__construct();
}

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