When using this with layout_library you get a WSOD on :
/admin/structure/dashboard/[id]/layout
Error: Call to undefined method Drupal\dashboard\Form\DashboardLayoutBuilderForm::getSectionStorage() in layout_library_form_alter() (line 156 of modules/contrib/layout_library/layout_library.module).
Add getSectionStorage
as a public function to DashboardLayoutBuilderForm
.
Active
2.0
Code