public function CustomFilter::getCache in Custom filter 8
Same name and namespace in other branches
- 2.0.x src/Entity/CustomFilter.php \Drupal\customfilter\Entity\CustomFilter::getCache()
If this filter uses cache or not.
Return value
Bool If this filter uses cache or not.
File
- src/
Entity/ CustomFilter.php, line 147
Class
- CustomFilter
- Defines the entify for a filter in customfilter.
Namespace
Drupal\customfilter\EntityCode
public function getCache() {
return $this->cache;
}