You are here

public function ActionAdminManageForm::__construct in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/action/src/Form/ActionAdminManageForm.php \Drupal\action\Form\ActionAdminManageForm::__construct()
  2. 10 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\Form

Code

public function __construct(ActionManager $manager) {
  $this->manager = $manager;
}