strakers / zendesk-drupal-webform

Adds the ability to create Zendesk tickets from Drupal Webforms
https://packagist.org/packages/strakez/zendesk-webform
MIT License
2 stars 4 forks source link

2.0.0 #41

Closed strakers closed 3 years ago

strakers commented 3 years ago

Update codebase for Drupal 9

strakers commented 3 years ago

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/3201540

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