function ImageEffectAddForm::create

Same name and namespace in other branches
  1. 9 core/modules/image/src/Form/ImageEffectAddForm.php \Drupal\image\Form\ImageEffectAddForm::create()
  2. 10 core/modules/image/src/Form/ImageEffectAddForm.php \Drupal\image\Form\ImageEffectAddForm::create()
  3. 11.x 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\Form

Code

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.