public function MatcherConfigInterface::getDescription in CRM Core 8.2
Same name and namespace in other branches
- 8.3 modules/crm_core_match/src/Matcher/MatcherConfigInterface.php \Drupal\crm_core_match\Matcher\MatcherConfigInterface::getDescription()
- 8 modules/crm_core_match/src/Matcher/MatcherConfigInterface.php \Drupal\crm_core_match\Matcher\MatcherConfigInterface::getDescription()
Gets the description.
Return value
string The description of this matcher.
1 method overrides MatcherConfigInterface::getDescription()
- Matcher::getDescription in modules/
crm_core_match/ src/ Entity/ Matcher.php - Gets the description.
File
- modules/
crm_core_match/ src/ Matcher/ MatcherConfigInterface.php, line 31 - Contains \Drupal\crm_core_match\Matcher\MatcherConfigInterface.
Class
- MatcherConfigInterface
- Interface MatcherConfigInterface.
Namespace
Drupal\crm_core_match\MatcherCode
public function getDescription();