You are here

public function FlushSingleImageInterface::flush in Flush Single Image Styles 8

Flush a single image from all styles that may have a version of it.

Parameters

string $path: The filename to flush from all styles. This can be a relative path which will be givent the default stream wrapper scheme or you can include the full URI (with stream wrapper). Examples: public://path/to/file.jpg, private://path/to/file.jpg etc...

1 method overrides FlushSingleImageInterface::flush()
FlushSingleImage::flush in src/FlushSingleImage.php
{inheritdoc}

File

src/FlushSingleImageInterface.php, line 19

Class

FlushSingleImageInterface
Interface FlushSingleImageInterface.

Namespace

Drupal\flush_single_image

Code

public function flush($path);