public function CustomFilter::getDescription in Custom filter 2.0.x
Same name and namespace in other branches
- 8 src/Entity/CustomFilter.php \Drupal\customfilter\Entity\CustomFilter::getDescription()
Get the description of this filter.
Return value
string Return the description of this filter.
File
- src/
Entity/ CustomFilter.php, line 172
Class
- CustomFilter
- Defines the entity for a filter in customfilter.
Namespace
Drupal\customfilter\EntityCode
public function getDescription() {
return $this->description;
}