You are here

public function FlushAllForm::getDescription in Textimage 8.4

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

Returns additional text to display as a description.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form description.

Overrides ConfirmFormBase::getDescription

File

src/Form/FlushAllForm.php, line 59

Class

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

Namespace

Drupal\textimage\Form

Code

public function getDescription() {
  return $this
    ->t('This will remove all image files generated via Textimage, flush all the image styles, and clear the Textimage cache.');
}