You are here

public function TextimageFactoryInterface::flushAll in Textimage 8.3

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

Cleans up Textimage.

This will remove all image files generated via Textimage, flush all the image styles, clear all cache and all store entries on the db.

1 method overrides TextimageFactoryInterface::flushAll()
TextimageFactory::flushAll in src/TextimageFactory.php
Cleans up Textimage.

File

src/TextimageFactoryInterface.php, line 94

Class

TextimageFactoryInterface
Provides an interface for TextimageFactory.

Namespace

Drupal\textimage

Code

public function flushAll();