- Issue created by @marcosdr
Automatically closed - issue fixed for 2 weeks with no activity.
Private method getEditModeState() from class ToolbarPlusUI inside the toolbar + module is called from the Edit + module. Line 24 at edit_plus_preprocess_field().
Resulting in the following error:
Error: Call to private method Drupal\toolbar_plus\ToolbarPlusUi::getEditModeState() from global scope in edit_plus_preprocess_field() (line 24 of modules/contrib/edit_plus/edit_plus.module).
Make getEditModeState() a public method.
Active
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.