You are here

public function MatcherInterface::getSummary in Linkit 8.5

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

Returns the summarized configuration of the matcher.

Return value

array An array of summarized configuration of the matcher.

1 method overrides MatcherInterface::getSummary()
MatcherBase::getSummary in src/MatcherBase.php
Returns the summarized configuration of the matcher.

File

src/MatcherInterface.php, line 41

Class

MatcherInterface
Defines the interface for matchers.

Namespace

Drupal\linkit

Code

public function getSummary();