By benjifisher on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
9.4.x
Introduced in version:
9.4.0
Issue links:
Description:
The class Drupal\field_ui\Routing\FieldUiRouteEnhancer has been moved to \Drupal\Core\Entity\Enhancer\EntityBundleRouteEnhancer.
The corresponding service field_ui.route_enhancer has been changed to route_enhancer.entity_bundle.
This class is a route enhancer, and it applies to any route with the option _field_ui. Any routes with that option should continue to work without change.
You only need to update your code if you use the class and/or the service by name.
Impacts:
Module developers