- Issue created by @tetranz
- First commit to issue fork.
- πΊπΈUnited States DamienMcKenna NH, USA
This has been completed in the D11 issue.
The Drupal 7 migration source plugin is not compatible with Drupal 11.
Full error:
Fatal error: Declaration of Drupal\metatag\Plugin\migrate\source\d7\MetatagFieldInstance::count($refresh = false) must be compatible with Drupal\migrate\Plugin\migrate\source\SourcePluginBase::count($refresh = false): int
Patch to add the return type (:int) to the function declaration.
I'll look at doing a patch.
This has been completed in the D11 issue.