You are here

public function OverviewForm::__construct in Linkit 8.4

Same name in this branch
  1. 8.4 src/Form/Attribute/OverviewForm.php \Drupal\linkit\Form\Attribute\OverviewForm::__construct()
  2. 8.4 src/Form/Matcher/OverviewForm.php \Drupal\linkit\Form\Matcher\OverviewForm::__construct()

Constructs a new OverviewForm.

Parameters

\Drupal\linkit\AttributeManager $manager: The attribute manager.

File

src/Form/Attribute/OverviewForm.php, line 43
Contains \Drupal\linkit\Form\Attribute\OverviewForm.

Class

OverviewForm
Provides an overview form for attribute on a profile.

Namespace

Drupal\linkit\Form\Attribute

Code

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