Problem/Motivation

#2907780: Add a field purger service deprecated field.settings, this is to remove it.

It should be removed unconditionally in Drupal 13:

Steps to reproduce

Proposed resolution

$config = \Drupal::configFactory()->getEditable('field.settings');
$config->delete();

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Comments

nicxvan created an issue. See original summary.

nicxvan’s picture

Issue summary: View changes
quietone’s picture

Title: [pp-?] remove the field.settings config object from Drupal 13 » Remove the field.settings config object from Drupal 13
Issue tags: +13.0.0 release priority

This looks like a straight removal that would be in the Drupal 13 issue similar to #3449808: [12.x] [meta] Requirements for tagging 12.0.0-beta1. So, we can tag for Drupal 13 and find it that way when they time comes. I am choosing the "13.0.0 release priority", we can always change it later to an beta priority if we want. And then I think the " [pp-?]" in the title isn't needed.

It is a bit early to setup all the issues for Drupal 13, but this is a case where it would be helpful to have this a child of the relevant 'meta' removal issue. I'll check with the other release managers about this.