You are here

public function Drupal7Backend::image_style_flush in Configuration Management 7.3

Overrides BackendInterface::image_style_flush

File

src/Backends/Drupal7Backend.php, line 127

Class

Drupal7Backend

Namespace

Configuration\Backends

Code

public function image_style_flush($style) {
  return image_style_flush($style);
}