public function MatcherConfigInterface::getPlugin in CRM Core 8
Same name and namespace in other branches
- 8.3 modules/crm_core_match/src/Matcher/MatcherConfigInterface.php \Drupal\crm_core_match\Matcher\MatcherConfigInterface::getPlugin()
- 8.2 modules/crm_core_match/src/Matcher/MatcherConfigInterface.php \Drupal\crm_core_match\Matcher\MatcherConfigInterface::getPlugin()
Gets the matcher plugin.
Return value
\Drupal\crm_core_match\Plugin\crm_core_match\engine\MatchEngineInterface Instantiated plugin.
1 method overrides MatcherConfigInterface::getPlugin()
- Matcher::getPlugin in modules/
crm_core_match/ src/ Entity/ Matcher.php - Gets the matcher plugin.
File
- modules/
crm_core_match/ src/ Matcher/ MatcherConfigInterface.php, line 19
Class
- MatcherConfigInterface
- Interface MatcherConfigInterface.
Namespace
Drupal\crm_core_match\MatcherCode
public function getPlugin();