You are here

public function MatcherBase::getSummary in Linkit 8.5

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

Returns the summarized configuration of the matcher.

Return value

array An array of summarized configuration of the matcher.

Overrides MatcherInterface::getSummary

1 call to MatcherBase::getSummary()
EntityMatcher::getSummary in src/Plugin/Linkit/Matcher/EntityMatcher.php
Returns the summarized configuration of the matcher.
1 method overrides MatcherBase::getSummary()
EntityMatcher::getSummary in src/Plugin/Linkit/Matcher/EntityMatcher.php
Returns the summarized configuration of the matcher.

File

src/MatcherBase.php, line 67

Class

MatcherBase
Provides a base class for matchers.

Namespace

Drupal\linkit

Code

public function getSummary() {
  return [];
}