- Issue created by @benjifisher
Other than a couple of tests in the migrate_drupal
module, getSourceModule()
is only called in DrupalSqlBase::checkRequirements()
. All of this logic should live there as a protected method that isn't on any interface.
Deprecate and remove MigrateSourceInterface::getSourceModule()
.
None
None
This issue removes a public method from MigrateSourceInterface
.
None
Active
11.0 π₯
migration system