function ViewUI::getCacheTagsToInvalidate
Returns the cache tags that should be used to invalidate caches.
This will not return additional cache tags added through addCacheTags().
Return value
string[] Set of cache tags.
Overrides EntityInterface::getCacheTagsToInvalidate
File
- 
              core/
modules/ views_ui/ src/ ViewUI.php, line 1354  
Class
- ViewUI
 - Stores UI related temporary settings.
 
Namespace
Drupal\views_uiCode
public function getCacheTagsToInvalidate() {
  return $this->storage
    ->getCacheTagsToInvalidate();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.