function HelpTopicTwig::getCacheTags

Same name and namespace in other branches
  1. 9 core/modules/help_topics/src/HelpTopicTwig.php \Drupal\help_topics\HelpTopicTwig::getCacheTags()
  2. 8.9.x core/modules/help_topics/src/HelpTopicTwig.php \Drupal\help_topics\HelpTopicTwig::getCacheTags()
  3. 11.x core/modules/help/src/HelpTopicTwig.php \Drupal\help\HelpTopicTwig::getCacheTags()

Overrides CacheableDependencyInterface::getCacheTags

File

core/modules/help/src/HelpTopicTwig.php, line 69

Class

HelpTopicTwig
Represents a help topic plugin whose definition comes from a Twig file.

Namespace

Drupal\help

Code

public function getCacheTags() {
    return [
        'core.extension',
    ];
}

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