public static function ImageEffectAddForm::create in Drupal 10
Same name and namespace in other branches
- 8 core/modules/image/src/Form/ImageEffectAddForm.php \Drupal\image\Form\ImageEffectAddForm::create()
- 9 core/modules/image/src/Form/ImageEffectAddForm.php \Drupal\image\Form\ImageEffectAddForm::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'));
}