You are here

public function ImageStylesWarmerInterface::queueWarmUp in Image Style Warmer 8

Queue warm up of images style from a file.

Parameters

\Drupal\file\FileInterface $file: The file for which image styles should be created.

Deprecated

Will be removed in upcoming RC release. Please use addQueue() instead.

1 method overrides ImageStylesWarmerInterface::queueWarmUp()
ImageStylesWarmer::queueWarmUp in src/ImageStylesWarmer.php
Queue warm up of images style from a file.

File

src/ImageStylesWarmerInterface.php, line 50

Class

ImageStylesWarmerInterface
Provides an interface defining an image styles warmer.

Namespace

Drupal\image_style_warmer

Code

public function queueWarmUp(FileInterface $file);