public function FlushSingleImage::__construct in Flush Single Image Styles 8
Constructs a new FlushSingleImage object.
File
- src/
FlushSingleImage.php, line 30
Class
- FlushSingleImage
- Class FlushSingleImage.
Namespace
Drupal\flush_single_imageCode
public function __construct(EntityTypeManagerInterface $entity_type_manager, FileSystemInterface $file_system) {
$this->entityTypeManager = $entity_type_manager;
$this->fileSystem = $file_system;
}