function ActionAdminManageForm::__construct
Same name in other branches
- 9 core/modules/action/src/Form/ActionAdminManageForm.php \Drupal\action\Form\ActionAdminManageForm::__construct()
- 10 core/modules/action/src/Form/ActionAdminManageForm.php \Drupal\action\Form\ActionAdminManageForm::__construct()
- 11.x core/modules/action/src/Form/ActionAdminManageForm.php \Drupal\action\Form\ActionAdminManageForm::__construct()
Constructs a new ActionAdminManageForm.
Parameters
\Drupal\Core\Action\ActionManager $manager: The action plugin manager.
File
-
core/
modules/ action/ src/ Form/ ActionAdminManageForm.php, line 30
Class
- ActionAdminManageForm
- Provides a configuration form for configurable actions.
Namespace
Drupal\action\FormCode
public function __construct(ActionManager $manager) {
$this->manager = $manager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.