- Issue created by @code_brown
- Status changed to Closed: cannot reproduce
12 months ago 2:36am 23 November 2023 - 🇳🇿New Zealand code_brown
Apologies, this was coming from a different patch :-)
Using the file_mimetype plugin in Drupal 10+ results in:
Error: Call to undefined method Drupal\Core\ProxyClass\File\MimeType\MimeTypeGuesser::guess()
in Drupal\migrate_plus\Plugin\migrate\process\FileMimeType->transform()
The suggestion to use the new guessMimeType() was made here: https://www.drupal.org/project/migrate_plus/issues/3218356#comment-14178684 →
Along with the change record here: https://www.drupal.org/node/3126004 →
Update plugin to use guessMimeType instead of guess.
Closed: cannot reproduce
6.0
Plugins
Apologies, this was coming from a different patch :-)