You are here

public function MatcherInterface::getSummary in Linkit 8.4

Same name and namespace in other branches
  1. 8.5 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 46
Contains \Drupal\linkit\MatcherInterface.

Class

MatcherInterface
Defines the interface for matchers.

Namespace

Drupal\linkit

Code

public function getSummary();