function BookNavigationBlock::getCacheMaxAge

@todo Make cacheable in https://www.drupal.org/node/2483181

Overrides ContextAwarePluginTrait::getCacheMaxAge

File

core/modules/book/src/Plugin/Block/BookNavigationBlock.php, line 196

Class

BookNavigationBlock
Provides a 'Book navigation' block.

Namespace

Drupal\book\Plugin\Block

Code

public function getCacheMaxAge() {
  return 0;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.