- Issue created by @benjifisher
This issue comes out of the discussion on
π
SqlBase::prepareQuery() should be called also on count
Needs work
. We could find a better solution for that issue if we clearly separated the concerns, with documentation, of the various methods in Drupal\migrate\Plugin\migrate\source\SqlBase
.
Currently, those method include
query()
prepareQuery()
initializeIterator()
To be determined: consider this section to be a draft.
prepareCountQuery()
method.prepareMigrationQuery()
and deprecating prepareQuery()
.initializeIterator()
so that it is easier to modify.None
None
TBD: probably some API additions, perhaps some deprecations.
None
N/A
Active
11.0 π₯
migration system
Enhances developer experience.