You are here

public function ImageStylesWarmerInterface::initialWarmUp in Image Style Warmer 8

Initial 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 doWarmUp() instead.

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

File

src/ImageStylesWarmerInterface.php, line 39

Class

ImageStylesWarmerInterface
Provides an interface defining an image styles warmer.

Namespace

Drupal\image_style_warmer

Code

public function initialWarmUp(FileInterface $file);