public function ImageEffectAddForm::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/image/src/Form/ImageEffectAddForm.php \Drupal\image\Form\ImageEffectAddForm::__construct()
Constructs a new ImageEffectAddForm.
Parameters
\Drupal\image\ImageEffectManager $effect_manager: The image effect manager.
File
- core/
modules/ image/ src/ Form/ ImageEffectAddForm.php, line 33 - Contains \Drupal\image\Form\ImageEffectAddForm.
Class
- ImageEffectAddForm
- Provides an add form for image effects.
Namespace
Drupal\image\FormCode
public function __construct(ImageEffectManager $effect_manager) {
$this->effectManager = $effect_manager;
}