public function LanguageBlock::getCacheMaxAge in Drupal 9
Same name and namespace in other branches
- 8 core/modules/language/src/Plugin/Block/LanguageBlock.php \Drupal\language\Plugin\Block\LanguageBlock::getCacheMaxAge()
@todo Make cacheable in https://www.drupal.org/node/2232375.
Overrides ContextAwarePluginTrait::getCacheMaxAge
File
- core/
modules/ language/ src/ Plugin/ Block/ LanguageBlock.php, line 110
Class
- LanguageBlock
- Provides a 'Language switcher' block.
Namespace
Drupal\language\Plugin\BlockCode
public function getCacheMaxAge() {
return 0;
}