function ActionAdminManageForm::create

Same name and namespace in other branches
  1. 9 core/modules/action/src/Form/ActionAdminManageForm.php \Drupal\action\Form\ActionAdminManageForm::create()
  2. 8.9.x core/modules/action/src/Form/ActionAdminManageForm.php \Drupal\action\Form\ActionAdminManageForm::create()
  3. 10 core/modules/action/src/Form/ActionAdminManageForm.php \Drupal\action\Form\ActionAdminManageForm::create()

Overrides FormBase::create

File

core/modules/action/src/Form/ActionAdminManageForm.php, line 37

Class

ActionAdminManageForm
Provides a configuration form for configurable actions.

Namespace

Drupal\action\Form

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('plugin.manager.action'));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.