You are here

protected property ImageEffectDeleteForm::$imageStyle in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/image/src/Form/ImageEffectDeleteForm.php \Drupal\image\Form\ImageEffectDeleteForm::imageStyle
  2. 9 core/modules/image/src/Form/ImageEffectDeleteForm.php \Drupal\image\Form\ImageEffectDeleteForm::imageStyle

The image style containing the image effect to be deleted.

Type: \Drupal\image\ImageStyleInterface

File

core/modules/image/src/Form/ImageEffectDeleteForm.php, line 21

Class

ImageEffectDeleteForm
Form for deleting an image effect.

Namespace

Drupal\image\Form

Code

protected $imageStyle;