You are here

protected property ImageEffectAddForm::$effectManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/image/src/Form/ImageEffectAddForm.php \Drupal\image\Form\ImageEffectAddForm::effectManager

The image effect manager.

Type: \Drupal\image\ImageEffectManager

File

core/modules/image/src/Form/ImageEffectAddForm.php, line 22

Class

ImageEffectAddForm
Provides an add form for image effects.

Namespace

Drupal\image\Form

Code

protected $effectManager;