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