You are here

public function MatcherCollection::get in Linkit 8.4

Return value

\Drupal\linkit\MatcherInterface

Overrides LazyPluginCollection::get

File

src/MatcherCollection.php, line 29
Contains \Drupal\linkit\MatcherCollection.

Class

MatcherCollection
A collection of matchers.

Namespace

Drupal\linkit

Code

public function &get($instance_id) {
  return parent::get($instance_id);
}