ActionAdminManageForm::__construct

public ActionAdminManageForm::__construct(ActionManager $manager)

Constructs a new ActionAdminManageForm.

Parameters

\Drupal\Core\Action\ActionManager $manager: The action plugin manager.

File

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

Class

ActionAdminManageForm
Provides a configuration form for configurable actions.

Namespace

Drupal\action\Form

Code

public function __construct(ActionManager $manager) {
  $this->manager = $manager;
}
doc_Drupal
2016-10-29 08:43:10
Comments
Leave a Comment

Please login to continue.