Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
......@@ -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",
......
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
......@@ -29,7 +29,6 @@ class EntityReferenceSettingsTest extends KernelTestBase {
'field',
'user',
'text',
'entity_reference',
'entity_test',
'system',
];
......
......@@ -42,7 +42,6 @@ class TwigWhiteListTest extends KernelTestBase {
'system',
'text',
'field',
'entity_reference',
];
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment