public function CourseOutlineBlock::getCacheMaxAge in Course 3.x
Same name and namespace in other branches
- 8.3 src/Plugin/Block/CourseOutlineBlock.php \Drupal\course\Plugin\Block\CourseOutlineBlock::getCacheMaxAge()
- 8.2 src/Plugin/Block/CourseOutlineBlock.php \Drupal\course\Plugin\Block\CourseOutlineBlock::getCacheMaxAge()
Overrides ContextAwarePluginTrait::getCacheMaxAge
File
- src/
Plugin/ Block/ CourseOutlineBlock.php, line 24
Class
- CourseOutlineBlock
- Provides a course outline block.
Namespace
Drupal\course\Plugin\BlockCode
public function getCacheMaxAge() {
return 0;
}