public function Matcher::getDescription in CRM Core 8
Same name and namespace in other branches
- 8.3 modules/crm_core_match/src/Entity/Matcher.php \Drupal\crm_core_match\Entity\Matcher::getDescription()
- 8.2 modules/crm_core_match/src/Entity/Matcher.php \Drupal\crm_core_match\Entity\Matcher::getDescription()
Gets the description.
Return value
string The description of this matcher.
Overrides MatcherConfigInterface::getDescription
File
- modules/
crm_core_match/ src/ Entity/ Matcher.php, line 96
Class
- Matcher
- CRM Matcher Entity Class.
Namespace
Drupal\crm_core_match\EntityCode
public function getDescription() {
return $this->description;
}