Issue #3574857: Add client-side transform for entity_reference_autocomplete

Fixes https://www.drupal.org/i/3574857

Summary

  • Add client-side transform metadata for entity_reference_autocomplete in ReduxIntegratedFieldWidgetsHooks::fieldWidgetInfoAlter().
  • Update ecosystem support expectations in FieldWidgetSupportTest.
  • Add a focused unit test for the widget transform mapping.

Verification

  • ddev phpcs src/Hook/ReduxIntegratedFieldWidgetsHooks.php tests/src/Kernel/EcosystemSupport/FieldWidgetSupportTest.php tests/src/Unit/Hook/ReduxIntegratedFieldWidgetsHooksTest.php (pass)
  • ddev phpunit tests/src/Unit/Hook/ReduxIntegratedFieldWidgetsHooksTest.php (pass)
  • ddev phpunit tests/src/Kernel/EcosystemSupport/FieldWidgetSupportTest.php (pass)
  • ddev phpunit tests/src/Functional/BlockComponentFormTest.php (pass)
  • Manual Canvas editor smoke test for entity reference autocomplete selection (pass)

Merge request reports

Loading