- Issue created by @codebymikey
- last update
almost 2 years ago 195 pass - @codebymikey opened merge request.
- Status changed to Needs review
almost 2 years ago 11:12am 23 October 2023 - Status changed to Needs work
3 months ago 8:41pm 7 July 2025 - heddn Nicaragua
+++ b/migrate_plus.module @@ -78,6 +79,11 @@ function migrate_plus_migration_plugins_alter(array &$migrations): void { + if ($source_urls && $migrations[$id]['source']['plugin'] === 'url') {
We should check on the class level. If someone does a custom url class that extends migrate_plus, this wouldn't catch it. But if this did a class instanceof check, then we'd be fine.