public function LearningPathProgressBlock::getCacheMaxAge in Opigno module 3.x
Same name and namespace in other branches
- 8 src/Plugin/Block/LearningPathProgressBlock.php \Drupal\opigno_module\Plugin\Block\LearningPathProgressBlock::getCacheMaxAge()
Overrides ContextAwarePluginTrait::getCacheMaxAge
File
- src/
Plugin/ Block/ LearningPathProgressBlock.php, line 61
Class
- LearningPathProgressBlock
- Provides a 'LearningPathProgressBlock' block.
Namespace
Drupal\opigno_module\Plugin\BlockCode
public function getCacheMaxAge() {
return 0;
}