You are here

public function CachePluginBase::alterCacheMetadata in Drupal 8

Same name and namespace in other branches
  1. 9 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 303

Class

CachePluginBase
The base plugin to handle caching.

Namespace

Drupal\views\Plugin\views\cache

Code

public function alterCacheMetadata(CacheableMetadata $cache_metadata) {
}