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