You are here

protected property MatcherBase::$weight in Linkit 8.5

Same name and namespace in other branches
  1. 8.4 src/MatcherBase.php \Drupal\linkit\MatcherBase::weight

The weight of the matcher compared to others in a matcher collection.

Type: int

File

src/MatcherBase.php, line 28

Class

MatcherBase
Provides a base class for matchers.

Namespace

Drupal\linkit

Code

protected $weight = 0;