function Shortcut::getCacheTagsToInvalidate
Same name in other branches
- 9 core/modules/shortcut/src/Entity/Shortcut.php \Drupal\shortcut\Entity\Shortcut::getCacheTagsToInvalidate()
- 8.9.x core/modules/shortcut/src/Entity/Shortcut.php \Drupal\shortcut\Entity\Shortcut::getCacheTagsToInvalidate()
- 10 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\EntityCode
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.