- Issue created by @lauriii
- Status changed to Needs review
about 1 year ago 9:30am 14 December 2023 - 🇫🇮Finland lauriii Finland
I think we should create change record for this and update https://www.drupal.org/node/3364263 → to reference it.
- Status changed to Needs work
about 1 year ago 10:08am 14 December 2023 - 🇬🇧United Kingdom alexpott 🇪🇺🌍
Discussed with @lauriii and we think that adding
\Drupal\Core\Field\FieldTypePluginManagerInterface::getUiDefinitionsForEntityType($entity_type_id);
is better than burying this alter in field_ui code. - Status changed to Needs review
about 1 year ago 10:49am 14 December 2023 - 🇫🇮Finland lauriii Finland
Renamed the alter hook based on feedback from @alexpott.
- Status changed to RTBC
about 1 year ago 11:20am 14 December 2023 - 🇬🇧United Kingdom alexpott 🇪🇺🌍
https://git.drupalcode.org/project/drupal/-/merge_requests/5802/diffs?co... proves we have good test coverage of comment's usage so that's nice!
I think adding this to the Field type manager is good because burying it in the field UI module would make it hard to discover and trickier for anything building field ui improvements in contrib.
- Status changed to Fixed
about 1 year ago 12:49pm 14 December 2023 - 🇬🇧United Kingdom catch
Asked @lauriii for a 10.2.x version without any interface changes or deprecations for 10.2.x, and committed the respective patches to each branch, thanks!
Automatically closed - issue fixed for 2 weeks with no activity.