You are here

public function AddForm::__construct in Linkit 8.5

Same name and namespace in other branches
  1. 8.4 src/Form/Matcher/AddForm.php \Drupal\linkit\Form\Matcher\AddForm::__construct()

Constructs a new AddForm.

Parameters

\Drupal\linkit\MatcherManager $manager: The matcher manager.

File

src/Form/Matcher/AddForm.php, line 38

Class

AddForm
Provides a form to apply matchers to a profile.

Namespace

Drupal\linkit\Form\Matcher

Code

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