public function BusinessRulesDebugBlock::getCacheMaxAge in Business Rules 2.x
Same name and namespace in other branches
- 8 src/Plugin/Block/BusinessRulesDebugBlock.php \Drupal\business_rules\Plugin\Block\BusinessRulesDebugBlock::getCacheMaxAge()
This block cannot be cacheable.
Overrides ContextAwarePluginTrait::getCacheMaxAge
File
- src/
Plugin/ Block/ BusinessRulesDebugBlock.php, line 102
Class
- BusinessRulesDebugBlock
- Class BusinessRulesDebugBlock.
Namespace
Drupal\business_rules\Plugin\BlockCode
public function getCacheMaxAge() {
return 0;
}