public function MatcherInterface::getLabel in Linkit 8.4
Same name and namespace in other branches
- 8.5 src/MatcherInterface.php \Drupal\linkit\MatcherInterface::getLabel()
Returns the matcher label.
Return value
string The matcher label.
1 method overrides MatcherInterface::getLabel()
- MatcherBase::getLabel in src/
MatcherBase.php - Returns the matcher label.
File
- src/
MatcherInterface.php, line 38 - Contains \Drupal\linkit\MatcherInterface.
Class
- MatcherInterface
- Defines the interface for matchers.
Namespace
Drupal\linkitCode
public function getLabel();