Commit 6c507c32 authored by catch's avatar catch
Browse files

Issue #3188858 by andypost, longwave, Gábor Hojtsy: Remove the...

Issue #3188858 by andypost, longwave, Gábor Hojtsy: Remove the entity_reference module entirely on the Drupal 10 branch
parent 935f996f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "231d26e39bada8a65354596fd06da9d68e402440"
                "reference": "ad7cf5d58aebd90607acf1dcce5873b072d5676b"
            },
            "require": {
                "asm89/stack-cors": "^2.0.2",
@@ -547,7 +547,6 @@
                "drupal/dblog": "self.version",
                "drupal/dynamic_page_cache": "self.version",
                "drupal/editor": "self.version",
                "drupal/entity_reference": "self.version",
                "drupal/field": "self.version",
                "drupal/field_layout": "self.version",
                "drupal/field_ui": "self.version",
+0 −1
Original line number Diff line number Diff line
@@ -100,7 +100,6 @@
        "drupal/dblog": "self.version",
        "drupal/dynamic_page_cache": "self.version",
        "drupal/editor": "self.version",
        "drupal/entity_reference": "self.version",
        "drupal/field": "self.version",
        "drupal/field_layout": "self.version",
        "drupal/field_ui": "self.version",
+0 −8
Original line number Diff line number Diff line
name: 'Entity Reference'
type: module
description: 'Obsolete. All the functionality has been moved to Core.'
lifecycle: obsolete
lifecycle_link: 'https://www.drupal.org/about/core/policies/core-change-policies/deprecated-and-obsolete-modules-and-themes#s-entity-reference'
package: Field types
version: VERSION
hidden: true
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ class EntityReferenceSettingsTest extends KernelTestBase {
    'field',
    'user',
    'text',
    'entity_reference',
    'entity_test',
    'system',
  ];
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ class TwigWhiteListTest extends KernelTestBase {
    'system',
    'text',
    'field',
    'entity_reference',
  ];

  /**