public function CustomFilter::getCache in Custom filter 2.0.x
Same name and namespace in other branches
- 8 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 162
Class
- CustomFilter
- Defines the entity for a filter in customfilter.
Namespace
Drupal\customfilter\EntityCode
public function getCache() {
return $this->cache;
}