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

Comments

Gábor Hojtsy created an issue. See original summary.

andypost’s picture

Status: Postponed » Active
andypost’s picture

Status: Active » Needs review
StatusFileSize
new605 bytes
andypost’s picture

StatusFileSize
new6.61 KB
new6.61 KB

also clean-up composer

andypost’s picture

StatusFileSize
new7.2 KB

full patch

The last submitted patch, 4: 3188858-4.patch, failed testing. View results

Status: Needs review » Needs work

The last submitted patch, 6: 3188858-6.patch, failed testing. View results

andypost’s picture

Status: Needs work » Needs review
StatusFileSize
new1.02 KB
new8.23 KB

Status: Needs review » Needs work

The last submitted patch, 9: 3188858-9.patch, failed testing. View results

andypost’s picture

longwave’s picture

@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.

andypost’s picture

StatusFileSize
new860 bytes
new2.92 KB

Here's it is

longwave’s picture

Status: Needs review » Reviewed & tested by the community

Thanks!

  • catch committed 6c507c3 on 10.0.x
    Issue #3188858 by andypost, longwave, Gábor Hojtsy: Remove the...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed 6c507c3 and pushed to 10.0.x. Thanks!

xjm’s picture

Issue tags: +10.0.0 release notes

Module and theme removals should always be tagged for the release notes. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.