function RecipeCommand::__construct
Same name in this branch
- main core/lib/Drupal/Core/Recipe/RecipeCommand.php \Drupal\Core\Recipe\RecipeCommand::__construct()
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Recipe/RecipeCommand.php \Drupal\Core\Recipe\RecipeCommand::__construct()
- 10 core/lib/Drupal/Core/Recipe/RecipeCommand.php \Drupal\Core\Recipe\RecipeCommand::__construct()
- 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\CommandCode
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.