By nicxvan on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.x
Introduced in version:
11.5.0
Issue links:
Description:
The following functions have been deprecated.
locale_system_set_config_langcodeslocale_system_updatelocale_system_removelocale_form_language_admin_add_form_alter_submitlocale_form_language_admin_edit_form_alter_submit
Before:
locale_system_set_config_langcodes
After:
\Drupal::service('locale.config_manager')->updateDefaultConfigLangcodes();
The following callbacks have been moved to public methods on LocaleFormHooks, form callbacks should not be called directly.
locale_form_language_admin_add_form_alter_submitlocale_form_language_admin_edit_form_alter_submit
The following functions have no replacement:
locale_system_updatelocale_system_remove
Impacts:
Module developers