public function ImageStylesWarmerCommands::__construct in Image Style Warmer 8
File
- src/
Commands/ ImageStylesWarmerCommands.php, line 15
Class
Namespace
Drupal\image_style_warmer\CommandsCode
public function __construct(LoggerChannelFactoryInterface $loggerChannelFactory) {
$this->loggerChannelFactory = $loggerChannelFactory;
}