public function MatcherInterface::getUuid in Linkit 8.4
Same name and namespace in other branches
- 8.5 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 30 - Contains \Drupal\linkit\MatcherInterface.
Class
- MatcherInterface
- Defines the interface for matchers.
Namespace
Drupal\linkitCode
public function getUuid();