You are here

public function TextimageFactoryInterface::flushStyle in Textimage 8.4

Same name and namespace in other branches
  1. 8.3 src/TextimageFactoryInterface.php \Drupal\textimage\TextimageFactoryInterface::flushStyle()

Flushes Textimage style data.

Clears immediate cache and all the image files associated.

Parameters

\Drupal\image\ImageStyleInterface $style: The style being flushed.

1 method overrides TextimageFactoryInterface::flushStyle()
TextimageFactory::flushStyle in src/TextimageFactory.php
Flushes Textimage style data.

File

src/TextimageFactoryInterface.php, line 86

Class

TextimageFactoryInterface
Provides an interface for TextimageFactory.

Namespace

Drupal\textimage

Code

public function flushStyle(ImageStyleInterface $style);