function CachePluginBase::alterCacheMetadata
Same name in other branches
- 9 core/modules/views/src/Plugin/views/cache/CachePluginBase.php \Drupal\views\Plugin\views\cache\CachePluginBase::alterCacheMetadata()
- 8.9.x core/modules/views/src/Plugin/views/cache/CachePluginBase.php \Drupal\views\Plugin\views\cache\CachePluginBase::alterCacheMetadata()
- 10 core/modules/views/src/Plugin/views/cache/CachePluginBase.php \Drupal\views\Plugin\views\cache\CachePluginBase::alterCacheMetadata()
Alters the cache metadata of a display upon saving a view.
Parameters
\Drupal\Core\Cache\CacheableMetadata $cache_metadata: The cache metadata.
File
-
core/
modules/ views/ src/ Plugin/ views/ cache/ CachePluginBase.php, line 305
Class
- CachePluginBase
- The base plugin to handle caching.
Namespace
Drupal\views\Plugin\views\cacheCode
public function alterCacheMetadata(CacheableMetadata $cache_metadata) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.