public function ExposedFilterDataBlock::getCacheMaxAge in Exposed Filter Data 8
The maximum age for which this object may be cached.
Return value
int The maximum time in seconds that this object may be cached.
Overrides ContextAwarePluginBase::getCacheMaxAge
File
- src/
Plugin/ Block/ ExposedFilterDataBlock.php, line 97
Class
- ExposedFilterDataBlock
- Provides an 'Exposed Filters Data' block.
Namespace
Drupal\exposed_filter_data\Plugin\BlockCode
public function getCacheMaxAge() {
return 0;
}