By nicxvan on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.3.x
Introduced in version:
11.3.0
Issue links:
Description:
content_translation_field_sync_widget has been deprecated.
Use Drupal\content_translation\FieldSyncWidget::widget() instead.
core/modules/content_translation/content_translation.admin.inc has been deprecated as well, all functions have been moved to the corresponding hook except content_translation_field_sync_widget which has the new service: FieldSyncWidget.
Impacts:
Module developers