You are here

public function ProfileInterface::getMatchers in Linkit 8.5

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

Returns the matchers for this profile.

Return value

\Drupal\linkit\MatcherCollection|\Drupal\linkit\MatcherInterface[] The matcher collection.

1 method overrides ProfileInterface::getMatchers()
Profile::getMatchers in src/Entity/Profile.php
Returns the matchers for this profile.

File

src/ProfileInterface.php, line 47

Class

ProfileInterface
Provides an interface defining a profile entity.

Namespace

Drupal\linkit

Code

public function getMatchers();