- Issue created by @benjifisher
- πΊπΈUnited States greggles Denver, Colorado, USA
benjifisher β credited greggles β .
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
benjifisher β credited larowlan β .
- π¬π§United Kingdom mcdruid π¬π§πͺπΊ
benjifisher β credited mcdruid β .
- πΊπΈUnited States benjifisher Boston area
I added
, ['allowed_classes' => FALSE]
everywhere. Let's see what that does to the automated tests. - Merge request !12166Add ['allowed_classes' => FALSE] to unserialize() in migrate modules β (Open) created by benjifisher
- πΊπΈUnited States smustgrave
not 100% how to test but talked a little in the related issue π Clean up unserialize() in the config system Active , relying on the tests for this one which are green. Since migration is marked to be removed in D12 and issues are being postponed might be good to get this in now. So going to mark it.
- πΊπΈUnited States benjifisher Boston area
Thanks for the review.
Since migration is marked to be removed in D12 and issues are being postponed might be good to get this in now.
The plan is to remove the
migrate_drupal
andmigrate_drupal_ui
modules. Themigrate
module is going to stay in Drupal core (maybe not forever). MR !12166 includes changes for all three.