function TestAccessBlock::getCacheMaxAge
Overrides ContextAwarePluginTrait::getCacheMaxAge
File
- 
              core/
modules/ block/ tests/ modules/ block_test/ src/ Plugin/ Block/ TestAccessBlock.php, line 80  
Class
- TestAccessBlock
 - Provides a block to test access.
 
Namespace
Drupal\block_test\Plugin\BlockCode
public function getCacheMaxAge() {
  return Cache::PERMANENT;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.