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() {
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | treetofapi-3031168-1.patch | 750 bytes | trevorbradley |
Comments
Comment #2
trevorbradley commentedComment #3
trevorbradley commentedComment #4
trevorbradley commentedComment #6
polOops, thanks !