public function ImageStyleInterface::flush in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::flush()
Flushes cached media for this style.
Parameters
string $path: (optional) The original image path or URI. If it's supplied, only this image derivative will be flushed.
Return value
$this
1 method overrides ImageStyleInterface::flush()
- ImageStyle::flush in core/
modules/ image/ src/ Entity/ ImageStyle.php - Flushes cached media for this style.
File
- core/
modules/ image/ src/ ImageStyleInterface.php, line 100 - Contains \Drupal\image\ImageStyleInterface.
Class
- ImageStyleInterface
- Provides an interface defining an image style entity.
Namespace
Drupal\imageCode
public function flush($path = NULL);