function ImageEffectAddForm::create
Same name in other branches
- 9 core/modules/image/src/Form/ImageEffectAddForm.php \Drupal\image\Form\ImageEffectAddForm::create()
- 8.9.x core/modules/image/src/Form/ImageEffectAddForm.php \Drupal\image\Form\ImageEffectAddForm::create()
- 10 core/modules/image/src/Form/ImageEffectAddForm.php \Drupal\image\Form\ImageEffectAddForm::create()
Overrides FormBase::create
File
-
core/
modules/ image/ src/ Form/ ImageEffectAddForm.php, line 37
Class
- ImageEffectAddForm
- Provides an add form for image effects.
Namespace
Drupal\image\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('plugin.manager.image.effect'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.