- Issue created by @phenaproxima
- π¬π§United Kingdom scott_euser
Just stumbled across this looking at another issue. The test failure seems valid:
InvalidArgumentException: The callable definition provided was invalid. Either class "Drupal\autosave_form\Form\AutosaveFormBuilder" does not have a method "renderPlaceholderFormAction", or it is not callable. in Drupal\Core\Utility\CallableResolver->getCallableFromDefinition() (line 102 of core/lib/Drupal/Core/Utility/CallableResolver.php).
Is what is shown in the downloaded artifact. The decorator concept is a bit beyond me at the moment (never played with it) but I am guessing we just need to 'decorate' the missing method?