You are here

public function ProfileInterface::addMatcher in Linkit 8.4

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

Adds a matcher to this profile.

Parameters

array $configuration: An array of matcher configuration.

Return value

string The instance ID of the matcher.

1 method overrides ProfileInterface::addMatcher()
Profile::addMatcher in src/Entity/Profile.php
Adds a matcher to this profile.

File

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

Class

ProfileInterface
Provides an interface defining a profile entity.

Namespace

Drupal\linkit

Code

public function addMatcher(array $configuration);