- Issue created by @qiutuo
- 🇵🇭Philippines madelyncruz
I've encountered the same issue in my Drupal 10 instance. It appears that there have been no modifications in the forked version, so I am including the patch here to resolve the issue in D10.
- Status changed to Needs work
about 1 year ago 8:03am 14 October 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
+ public function __construct($plugin_id, $plugin_definition, FieldDefinitionInterface $field_definition, array $settings, $label, $view_mode, array $third_party_settings, AccountInterface $current_user, EntityStorageInterface $image_style_storage, FileUrlGeneratorInterface $file_url_generator = NULL, PhpTransliteration $transliteration) {
Parameters with a default value must be the last parameters.
- Status changed to Needs review
about 1 year ago 5:53am 16 October 2023 - 🇮🇳India mrinalini9 New Delhi
Updated patch #3 by addressing #4, please review it.
Thanks!