Support from Acquia helps fund testing for Drupal Acquia logo

Comments

theladebug’s picture

Assigned: Unassigned » theladebug
theladebug’s picture

Status: Active » Needs review
FileSize
1.59 KB
oenie’s picture

Status: Needs review » Needs work
+++ b/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.phpundefined
@@ -214,7 +214,7 @@ function post_render(&$output) { }
+  function cacheStart() {

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/cache/None.phpundefined
@@ -23,7 +23,7 @@
+  function cacheStart() { /* do nothing */ }

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

theladebug’s picture

theladebug’s picture

theladebug’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, renamed-cache-start-2002414-4.patch, failed testing.

theladebug’s picture

Status: Needs work » Needs review
FileSize
1.61 KB

Looks like I dont read well. Modified protected to public based on feedback.

oenie’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me now !

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed f13b87c and pushed to 8.x. Thanks!

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