diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php index 7df986eedb85a883d6048fe44fac24fbff5a402c..10e9b4aa2143078ef17523dab64960576c7651e4 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php @@ -114,7 +114,7 @@ function cache_set_expire($type) { * * A plugin should override this to provide specialized caching behavior. */ - function cache_set($type) { + function cacheSet($type) { switch ($type) { case 'query': // Not supported currently, but this is certainly where we'd put it.