public function TestCacheBlock::getCacheMaxAge in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php \Drupal\block_test\Plugin\Block\TestCacheBlock::getCacheMaxAge()
Overrides ContextAwarePluginBase::getCacheMaxAge
File
- core/
modules/ block/ tests/ modules/ block_test/ src/ Plugin/ Block/ TestCacheBlock.php, line 45 - Contains \Drupal\block_test\Plugin\Block\TestCacheBlock.
Class
- TestCacheBlock
- Provides a block to test caching.
Namespace
Drupal\block_test\Plugin\BlockCode
public function getCacheMaxAge() {
return \Drupal::state()
->get('block_test.cache_max_age', parent::getCacheMaxAge());
}