You are here

public function TestAccessBlock::getCacheMaxAge in Drupal 9

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

Overrides ContextAwarePluginTrait::getCacheMaxAge

File

core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php, line 74

Class

TestAccessBlock
Provides a block to test access.

Namespace

Drupal\block_test\Plugin\Block

Code

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