public function MatcherConfigInterface::getPluginTitle 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::getPluginTitle()
- 8.2 modules/crm_core_match/src/Matcher/MatcherConfigInterface.php \Drupal\crm_core_match\Matcher\MatcherConfigInterface::getPluginTitle()
Gets plugin title.
Return value
string Plugin title.
1 method overrides MatcherConfigInterface::getPluginTitle()
- Matcher::getPluginTitle in modules/
crm_core_match/ src/ Entity/ Matcher.php - Gets plugin title.
File
- modules/
crm_core_match/ src/ Matcher/ MatcherConfigInterface.php, line 35
Class
- MatcherConfigInterface
- Interface MatcherConfigInterface.
Namespace
Drupal\crm_core_match\MatcherCode
public function getPluginTitle();