public function AddForm::__construct in Linkit 8.5
Same name and namespace in other branches
- 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\MatcherCode
public function __construct(MatcherManager $manager) {
$this->manager = $manager;
}