You are here

public function MatcherInterface::getUuid in Linkit 8.4

Same name and namespace in other branches
  1. 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\linkit

Code

public function getUuid();