ImageStyleInterface::flush

public ImageStyleInterface::flush($path = NULL)

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

File

core/modules/image/src/ImageStyleInterface.php, line 102

Class

ImageStyleInterface
Provides an interface defining an image style entity.

Namespace

Drupal\image

Code

public function flush($path = NULL);
doc_Drupal
2016-10-29 09:19:55
Comments
Leave a Comment

Please login to continue.