You are here

function textimage_image_style_flush in Textimage 8.4

Same name and namespace in other branches
  1. 8.3 textimage.module \textimage_image_style_flush()
  2. 7.3 textimage.module \textimage_image_style_flush()

Implements hook_image_style_flush().

File

./textimage.module, line 156
Textimage - Provides text to image manipulations.

Code

function textimage_image_style_flush($style) {

  // Manage the textimage part of image style flushing.
  \Drupal::service('textimage.factory')
    ->flushStyle($style);
}