function Shortcut::getCacheTagsToInvalidate

Same name and namespace in other branches
  1. 9 core/modules/shortcut/src/Entity/Shortcut.php \Drupal\shortcut\Entity\Shortcut::getCacheTagsToInvalidate()
  2. 10 core/modules/shortcut/src/Entity/Shortcut.php \Drupal\shortcut\Entity\Shortcut::getCacheTagsToInvalidate()
  3. 11.x core/modules/shortcut/src/Entity/Shortcut.php \Drupal\shortcut\Entity\Shortcut::getCacheTagsToInvalidate()

Overrides EntityBase::getCacheTagsToInvalidate

1 call to Shortcut::getCacheTagsToInvalidate()
Shortcut::postSave in core/modules/shortcut/src/Entity/Shortcut.php
Acts on a saved entity before the insert or update hook is invoked.

File

core/modules/shortcut/src/Entity/Shortcut.php, line 165

Class

Shortcut
Defines the shortcut entity class.

Namespace

Drupal\shortcut\Entity

Code

public function getCacheTagsToInvalidate() {
    return $this->shortcut_set->entity
        ->getCacheTags();
}

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