Support from Acquia helps fund testing for Drupal Acquia logo

Comments

web.dev.cas’s picture

Assigned: Unassigned » web.dev.cas

Working on as part of core code sprint.

web.dev.cas’s picture

Status: Active » Needs review
FileSize
1.4 KB

Replace two instances of cache_flush() with cacheFlush().

oenie’s picture

Status: Needs review » Needs work
+++ b/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.phpundefined
@@ -179,7 +179,7 @@ function cache_get($type) {
+  function cacheFlush() {

Add public access modifier in front of the function to adher to the new OOP standards.

web.dev.cas’s picture

Status: Needs work » Needs review
FileSize
1.41 KB

Added public access modifier to cacheFlush function. Thanks, oenie!

oenie’s picture

Status: Needs review » Reviewed & tested by the community

Looks fine by me now.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.x, thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.