Already fixed here https://www.drupal.org/project/drupal/issues/3439369 π Remove deprecated code in migration system Fixed
Close as duplicate.
This issue is a follow-up to π [PP-1] Deprecate Migration::set() Postponed and π $migration_dependencies has inconsistent structure Fixed . It should target the 11.0.x branch, which is not yet open.
Issue #279675 deprecated the method Drupal\migrate\Plugin\Migration::set()
. Issue #3262395 deprecated calling Drupal\migrate\Plugin\Migration::getMigrationDependencies()
without setting the optional $expand
parameter set to TRUE
.
When it is time to remove the deprecated method calls, there are some steps that are less obvious than for the usual deprecation. The purpose of this issue is to track those extra steps.
Enforce the strategy from #3262395: validate on set, expand on get. See that issue for an explanation.
$expand
parameter from getMigrationDependencies()
. Always act as if it were set to TRUE
.
None
Remove method calls that have already been deprecated.
None
N/A
Closed: duplicate
11.0 π₯
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Already fixed here
https://www.drupal.org/project/drupal/issues/3439369
π
Remove deprecated code in migration system
Fixed
Close as duplicate.