public function ProfileInterface::setMatcherConfig in Linkit 8.5
Same name and namespace in other branches
- 8.4 src/ProfileInterface.php \Drupal\linkit\ProfileInterface::setMatcherConfig()
Sets the configuration for a matcher instance.
Parameters
string $instance_id: The instance ID of the matcher to set the configuration for.
array $configuration: The matcher configuration to set.
Return value
$this
1 method overrides ProfileInterface::setMatcherConfig()
- Profile::setMatcherConfig in src/
Entity/ Profile.php - Sets the configuration for a matcher instance.
File
- src/
ProfileInterface.php, line 80
Class
- ProfileInterface
- Provides an interface defining a profile entity.
Namespace
Drupal\linkitCode
public function setMatcherConfig($instance_id, array $configuration);