function ConfigEntityBase::invalidateTagsOnSave
Override to never invalidate the entity's cache tag; the config system already invalidates it.
Parameters
bool $update: TRUE if the entity has been updated, or FALSE if it has been inserted.
Overrides EntityBase::invalidateTagsOnSave
File
-
core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php, line 488
Class
- ConfigEntityBase
- Defines a base configuration entity class.
Namespace
Drupal\Core\Config\EntityCode
protected function invalidateTagsOnSave($update) {
Cache::invalidateTags($this->getListCacheTagsToInvalidate());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.