Problem/Motivation

In webform_node_test_translation.install, Webform uses core function content_translation_form_language_content_settings_submit() but that was removed in #3548571: Deprecate functions from content_translation.admin.inc, commit 709a9bb. This causes a test failure on "phpunit (next minor)".

Proposed resolution

Replace use of this function with static method Drupal\content_translation\Hook\ContentTranslationFormLanguageHooks::languageContentSettingsSubmit(). If this classes exists, use it; otherwise, use the old function.

Remaining tasks

Implement.

User interface changes

None.

API changes

None.

Data model changes

None.

Issue fork webform-3568000

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

liam morland created an issue. See original summary.

liam morland’s picture

ritarshi_chakraborty made their first commit to this issue’s fork.

ritarshi_chakraborty’s picture

Status: Active » Needs review

liam morland’s picture

Status: Needs review » Fixed

Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.