function PathAlias::getCacheTagsToInvalidate
Same name in other branches
- 9 core/modules/path_alias/src/Entity/PathAlias.php \Drupal\path_alias\Entity\PathAlias::getCacheTagsToInvalidate()
- 8.9.x core/modules/path_alias/src/Entity/PathAlias.php \Drupal\path_alias\Entity\PathAlias::getCacheTagsToInvalidate()
- 10 core/modules/path_alias/src/Entity/PathAlias.php \Drupal\path_alias\Entity\PathAlias::getCacheTagsToInvalidate()
Overrides EntityBase::getCacheTagsToInvalidate
File
-
core/
modules/ path_alias/ src/ Entity/ PathAlias.php, line 168
Class
- PathAlias
- Defines the path_alias entity class.
Namespace
Drupal\path_alias\EntityCode
public function getCacheTagsToInvalidate() {
return [
'route_match',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.