Issue #3586556: Remove deprecated bundled field_widget_actions and require standalone.

Finishes the deprecation of the bundled field_widget_actions sub-module:

  • Adds drupal/field_widget_actions: ^1.0 to composer.json require so the standalone package (same machine name, same PHP namespace) is always present on composer update.
  • Deletes modules/field_widget_actions/ (34 files) entirely.

Sites that had the bundled module enabled continue to work seamlessly: the standalone has an identical machine name and namespace, so core.extension entries resolve without any migration.

ai_automators.info.yml is left unchanged (optional integration); FieldWidgetProcessing.php already guards runtime use via moduleHandler()->moduleExists('field_widget_actions').

Merge request reports

Loading