Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sillygwailo’s picture

Assigned: Unassigned » sillygwailo

baldwinlouie and I are taking this.

sillygwailo’s picture

Status: Active » Needs review
FileSize
4.71 KB

Here's a patch.

Status: Needs review » Needs work
Issue tags: -Novice, -VDC

The last submitted patch, 2002916-rename-get_formula.patch, failed testing.

ACF’s picture

Status: Needs work » Needs review

#2: 2002916-rename-get_formula.patch queued for re-testing.

Status: Needs review » Needs work
Issue tags: +Novice, +VDC

The last submitted patch, 2002916-rename-get_formula.patch, failed testing.

oenie’s picture

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/argument/Date.phpundefined
@@ -92,11 +92,11 @@ function get_sort_name() {
+  function getFormula() {

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/argument/Formula.phpundefined
@@ -38,7 +38,7 @@ public function init(ViewExecutable $view, DisplayPluginBase $display, array &$o
+  function getFormula() {

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/argument/String.phpundefined
@@ -175,7 +175,7 @@ function summary_query() {
+  function getFormula() {

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

sillygwailo’s picture

Status: Needs work » Needs review
FileSize
4.73 KB

Re-rolled with public.

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 16c85ce and pushed to 8.x. Thanks!

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