public function WebformAnalysisBlock::getCacheMaxAge in Webform Analysis 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/ WebformAnalysisBlock.php, line 253
Class
- WebformAnalysisBlock
- Provides a 'Webform' block.
Namespace
Drupal\webform_analysis\Plugin\BlockCode
public function getCacheMaxAge() {
return 0;
}