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