Problem/Motivation
The contents of the Entity Reference module have been moved to the base system in #2429191: Deprecate entity_reference.module and move its functionality to core. Then in #3062302: Properly deprecate the entity reference module we discussed the module is already uninstalled on existing sites and we prevent it from being installed in #3111645: Uninstall entity_reference module and prevent it being enabled again, remove deprecated code. This issue is to remove it for good in Drupal 10.
Postponed on the Drupal 10 branch opening.
Proposed resolution
rm -rf core/modules/entity_reference- (See if any tests fail that test the uninstallability of it for example, remove that too)
- Git commit
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | 3188858-13.patch | 2.92 KB | andypost |
| #13 | interdiff.txt | 860 bytes | andypost |
Comments
Comment #2
andypostComment #3
andypostComment #4
andypostComment #5
andypostalso clean-up composer
Comment #6
andypostfull patch
Comment #9
andypostComment #11
andypostThe failure looks random as #3191559: [random test failure] Random test fail in EntityReferenceWidgetTest
Comment #12
longwave@andypost do you want to update composer.lock in the same way as the other issue to avoid all those unnecessary changes? Otherwise this looks good to me.
Comment #13
andypostHere's it is
Comment #14
longwaveThanks!
Comment #16
catchCommitted 6c507c3 and pushed to 10.0.x. Thanks!
Comment #17
xjmModule and theme removals should always be tagged for the release notes. Thanks!