public function ImageStyleFlushForm::getDescription in Drupal 8
Same name and namespace in other branches
- 9 core/modules/image/src/Form/ImageStyleFlushForm.php \Drupal\image\Form\ImageStyleFlushForm::getDescription()
Returns additional text to display as a description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form description.
Overrides EntityConfirmFormBase::getDescription
File
- core/
modules/ image/ src/ Form/ ImageStyleFlushForm.php, line 25
Class
- ImageStyleFlushForm
- Form controller for image style flush.
Namespace
Drupal\image\FormCode
public function getDescription() {
return $this
->t('This operation does not change the original images but the copies created for this style will be recreated.');
}