public function FlushSingleImageInterface::getStylePaths in Flush Single Image Styles 8
The the image styles currently cached for given image path.
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::getStylePaths()
- FlushSingleImage::getStylePaths in src/
FlushSingleImage.php - {inheritdoc}
File
- src/
FlushSingleImageInterface.php, line 30
Class
- FlushSingleImageInterface
- Interface FlushSingleImageInterface.
Namespace
Drupal\flush_single_imageCode
public function getStylePaths($path);