You are here

public function FlushAllForm::__construct in Textimage 8.3

Same name and namespace in other branches
  1. 8.4 src/Form/FlushAllForm.php \Drupal\textimage\Form\FlushAllForm::__construct()

Constructs a FlushAllForm object.

Parameters

\Drupal\textimage\TextimageFactory $textimage_factory: The Textimage factory.

File

src/Form/FlushAllForm.php, line 29

Class

FlushAllForm
Creates a form to confirm flushing of all Textimage images.

Namespace

Drupal\textimage\Form

Code

public function __construct(TextimageFactory $textimage_factory) {
  $this->textimageFactory = $textimage_factory;
}