You are here

public function TestAccessBlock::getCacheMaxAge in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php \Drupal\block_test\Plugin\Block\TestAccessBlock::getCacheMaxAge()

Overrides ContextAwarePluginBase::getCacheMaxAge

File

core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php, line 79
Contains \Drupal\block_test\Plugin\Block\TestAccessBlock.

Class

TestAccessBlock
Provides a block to test access.

Namespace

Drupal\block_test\Plugin\Block

Code

public function getCacheMaxAge() {
  return Cache::PERMANENT;
}