function ForumBlockBase::getCacheTags

Same name and namespace in other branches
  1. 9 core/modules/forum/src/Plugin/Block/ForumBlockBase.php \Drupal\forum\Plugin\Block\ForumBlockBase::getCacheTags()
  2. 8.9.x core/modules/forum/src/Plugin/Block/ForumBlockBase.php \Drupal\forum\Plugin\Block\ForumBlockBase::getCacheTags()
  3. 10 core/modules/forum/src/Plugin/Block/ForumBlockBase.php \Drupal\forum\Plugin\Block\ForumBlockBase::getCacheTags()

Overrides ContextAwarePluginTrait::getCacheTags

File

core/modules/forum/src/Plugin/Block/ForumBlockBase.php, line 92

Class

ForumBlockBase
Provides a base class for Forum blocks.

Namespace

Drupal\forum\Plugin\Block

Code

public function getCacheTags() {
    return Cache::mergeTags(parent::getCacheTags(), [
        'node_list',
    ]);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.