public function FlushAllForm::getDescription in Textimage 8.3
Same name and namespace in other branches
- 8.4 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\FormCode
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.');
}