You are here

public function MatcherBase::getUuid in Linkit 8.5

Same name and namespace in other branches
  1. 8.4 src/MatcherBase.php \Drupal\linkit\MatcherBase::getUuid()

Returns the unique ID representing the matcher.

Return value

string The matcher ID.

Overrides MatcherInterface::getUuid

1 call to MatcherBase::getUuid()
MatcherBase::getConfiguration in src/MatcherBase.php
Gets this plugin's configuration.

File

src/MatcherBase.php, line 53

Class

MatcherBase
Provides a base class for matchers.

Namespace

Drupal\linkit

Code

public function getUuid() {
  return $this->uuid;
}