Contribution Date
Technology
Contribution Project
Contribution Details
The custom migration yml files are not picked up. Two changes are required:
1. In WpSqlBase.php
changing use Drupal\migrate\Plugin\migrate\Source\SqlBase;
to use Drupal\migrate\Plugin\migrate\source\SqlBase;
2. Renaming `Migrate` folder to `migrate` (smallcase) and also changes in `use` statements in all files under `src/Plugin/migrate/source/*`
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0