You are here

public function OverviewForm::__construct in Linkit 8.5

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

Constructs a new OverviewForm.

Parameters

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

File

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

Class

OverviewForm
Provides an overview form for matchers on a profile.

Namespace

Drupal\linkit\Form\Matcher

Code

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