public function ImageStyleFlushForm::getDescription in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/image/src/Form/ImageStyleFlushForm.php \Drupal\image\Form\ImageStyleFlushForm::getDescription()
Returns additional text to display as a description.
Return value
string The form description.
Overrides EntityConfirmFormBase::getDescription
File
- core/
modules/ image/ src/ Form/ ImageStyleFlushForm.php, line 28 - Contains \Drupal\image\Form\ImageStyleFlushForm.
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.');
}