- Issue created by @phenaproxima
- Status changed to Closed: outdated
over 1 year ago 6:28am 17 August 2023 - 🇫🇮Finland lauriii Finland
This is no longer part of the patch. Marking outdated.
In 🐛 Field [storage] config have incomplete settings until they are saved Fixed , we decided to move certain field normalization work into \Drupal\Core\Field\FieldItemInterface::fieldSettingsToConfigData(). That necessitates adding an argument to an interface method, which is optional in Drupal 10, but required in Drupal 11.
In this issue, we should make that argument required.
Make the $field_definition argument of \Drupal\Core\Field\FieldItemInterface::fieldSettingsToConfigData() required, and adjust implementing classes accordingly.
Yes.
TBD?
Closed: outdated
11.0 🔥
Changes an existing API or subsystem. Not backportable to earlier major versions, unless absolutely required to fix a critical bug.
Refactors an existing API or subsystem for consistency, performance, modularization, flexibility, third-party integration, etc. May imply an API change. Frequently used during the Code Slush phase of the release cycle.
This is no longer part of the patch. Marking outdated.