protected function ImageStyleDeleteForm::getDescription

Returns additional text to display as a description.

Return value

string The form description.

Overrides ConfirmFormBase::getDescription

File

drupal/core/modules/image/lib/Drupal/image/Form/ImageStyleDeleteForm.php, line 56
Contains \Drupal\image\Form\ImageStyleDeleteForm.

Class

ImageStyleDeleteForm
Creates a form to delete an image style.

Namespace

Drupal\image\Form

Code

protected function getDescription() {
  return t('If this style is in use on the site, you may select another style to replace it. All images that have been generated for this style will be permanently deleted.');
}