Also need to update file `.../custom/zendesk-webform/src/Plugin/WebofrmHandler/ZendeskHandler.php` as it throws the same error as here: https://www.drupal.org/project/webform_mautic/issues/3201540 #42
This is due to a D9 update on the WebformHandlerBase class (inherited from the Drupal\Component\Plugin\PluginBase class). It was updated with its own static create method, and now its __construct method now only takes 3 parameters. Please fix @strakers
Also need to update file
.../custom/zendesk-webform/src/Plugin/WebformHandler/ZendeskHandler.php
as it throws the same error as here: https://www.drupal.org/project/webform_mautic/issues/3201540This is due to a D9 update on the
WebformHandlerBase
class (inherited from theDrupal\Component\Plugin\PluginBase
class). It was updated with its own staticcreate
method, and now its__construct
method now only takes 3 parameters. Please fix @strakersOriginally posted by @strakers in https://github.com/strakers/zendesk-drupal-webform/issues/41#issuecomment-908731092