views_ef_fieldset.module makes reference to a tree_to_fapi() function in ViewsEFFieldsetData:

$form['filters']['children'] = $viewsEFFieldsetData->tree_to_fapi();

This function doesn't exist. There is a ViewsEFFieldsetData::treetofapi() function, without the hyphens:

public function treetofapi() {

CommentFileSizeAuthor
#2 treetofapi-3031168-1.patch750 bytestrevorbradley

Comments

TrevorBradley created an issue. See original summary.

trevorbradley’s picture

StatusFileSize
new750 bytes
trevorbradley’s picture

Title: Undefined method Drupal\views_ef_fieldset\ViewsEFFieldsetData::tree_to_fapi() » Undefined method ViewsEFFieldsetData::tree_to_fapi()
Issue summary: View changes
trevorbradley’s picture

Issue summary: View changes

  • Pol committed d8005b7 on 8.x-1.x authored by TrevorBradley
    Issue #3031168 by TrevorBradley: Undefined method Drupal\...
pol’s picture

Status: Active » Fixed

Oops, thanks !

Status: Fixed » Closed (fixed)

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