public function MatcherInterface::getWeight in Linkit 8.4
Same name and namespace in other branches
- 8.5 src/MatcherInterface.php \Drupal\linkit\MatcherInterface::getWeight()
Returns the weight of the matcher.
Return value
int|string Either the integer weight of the matcher, or an empty string.
1 method overrides MatcherInterface::getWeight()
- MatcherBase::getWeight in src/
MatcherBase.php - Returns the weight of the matcher.
File
- src/
MatcherInterface.php, line 54 - Contains \Drupal\linkit\MatcherInterface.
Class
- MatcherInterface
- Defines the interface for matchers.
Namespace
Drupal\linkitCode
public function getWeight();