Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Apr 2024 at 09:26 UTC
Updated:
7 May 2024 at 13:54 UTC
Jump to comment: Most recent
Comments
Comment #4
fromme commentedI removed deprecated code according:
- https://www.drupal.org/node/3282894
- https://www.drupal.org/node/3277306
Opened MR.
Comment #5
smustgrave commentedAppears to have phpcs error.
Comment #6
fromme commentedUpdated tests.
Looks like all tests passed successfully.
Comment #7
smustgrave commentedSeems to have one more in migrate module for Migrate.php
Searched for deprecation and drupal:11.0
Comment #8
fromme commentedRemoved deprecated code according https://www.drupal.org/node/3266691
Comment #9
smustgrave commentedThanks, believe this is good now
Comment #10
alexpottI've added some comments to the MR - one of the deprecation removal is a bit more complex than just removing code.
Comment #12
fromme commentedDone
Comment #13
quietone commentedComment #14
quietone commentedComment #15
smustgrave commentedFeedback appears to be addressed.
Comment #16
alexpottThe $expand deprecation removal looks good now. I think though that we need to add a CR here and properly deprecate passing in the $expand parameter. It's the deprecation dance that takes two majors...
Comment #17
quietone commentedAdded the CR and updated the deprecation message.
Comment #18
smustgrave commentedCR reads straight to the point.
Comment #19
alexpottCommitted 166f3a3 and pushed to 11.x. Thanks!