You are here

public function ProfileInterface::getMatcher in Linkit 8.4

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

Returns a specific matcher.

Parameters

string $instance_id: The matcher instance ID.

Return value

\Drupal\linkit\MatcherInterface The matcher object.

1 method overrides ProfileInterface::getMatcher()
Profile::getMatcher in src/Entity/Profile.php
Returns a specific matcher.

File

src/ProfileInterface.php, line 96
Contains \Drupal\linkit\ProfileInterface.

Class

ProfileInterface
Provides an interface defining a profile entity.

Namespace

Drupal\linkit

Code

public function getMatcher($instance_id);