Problem/Motivation
#3559976: Support Layout plugin configuration added form capability.
Sadly, the layouts *without* forms now do not work.
We're unable to have a layout that uses our custom PintoLayout class (which needs to implement PluginWithFormsInterface) while having some layouts that use this class which do not have a form.
This is because PluginFormFactory::createInstance throws an exception even though hasFormClass says something hasnt got a form class. Kinda suss.
Issue fork pinto_layout-3560219
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
dpiComment #6
dpi