You are here

public function CourseOutlineBlock::getCacheMaxAge in Course 3.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/Block/CourseOutlineBlock.php \Drupal\course\Plugin\Block\CourseOutlineBlock::getCacheMaxAge()
  2. 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\Block

Code

public function getCacheMaxAge() {
  return 0;
}