You are here

protected property Profile::$matchers in Linkit 8.4

Same name and namespace in other branches
  1. 8.5 src/Entity/Profile.php \Drupal\linkit\Entity\Profile::matchers

Configured matchers for this profile.

An associative array of matchers assigned to the profile, keyed by the matcher ID of each matcher and using the properties:

  • id: The plugin ID of the matchers instance.
  • status: (optional) A Boolean indicating whether the matchers is enabled in the profile. Defaults to FALSE.
  • weight: (optional) The weight of the matchers in the profile. Defaults to 0.

Type: array

File

src/Entity/Profile.php, line 109
Contains \Drupal\linkit\Entity\Profile.

Class

Profile
Defines the linkit profile entity.

Namespace

Drupal\linkit\Entity

Code

protected $matchers = [];