Support from Acquia helps fund testing for Drupal Acquia logo

Comments

theladebug’s picture

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

Status: Needs review » Needs work
+++ b/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/InputRequired.phpundefined
@@ -50,7 +50,7 @@ public function submitOptionsForm(&$form, &$form_state) {
+  function exposedFilterApplied() {

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

tvlooy’s picture

Status: Needs work » Needs review
FileSize
1.22 KB

Added access modifier.

oenie’s picture

Looks fine to me now ! Once the patch passed testbot, it's RTBC for me.

theladebug’s picture

Status: Needs review » Reviewed & tested by the community

passed testbot

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 9ca92e1 and pushed to 8.x. Thanks!

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