You are here

protected property DeleteForm::$linkitProfile in Linkit 8.4

Same name in this branch
  1. 8.4 src/Form/Attribute/DeleteForm.php \Drupal\linkit\Form\Attribute\DeleteForm::linkitProfile
  2. 8.4 src/Form/Matcher/DeleteForm.php \Drupal\linkit\Form\Matcher\DeleteForm::linkitProfile
Same name and namespace in other branches
  1. 8.5 src/Form/Matcher/DeleteForm.php \Drupal\linkit\Form\Matcher\DeleteForm::linkitProfile

The profiles that the matcher is applied to.

Type: \Drupal\linkit\ProfileInterface

File

src/Form/Matcher/DeleteForm.php, line 26
Contains \Drupal\linkit\Form\Matcher\DeleteForm.

Class

DeleteForm
Provides a form to remove a matcher from a profile.

Namespace

Drupal\linkit\Form\Matcher

Code

protected $linkitProfile;