Problem/Motivation

_inline_form_errors_set_errors is the last remaining function in inline form errors.module
Move it to the hook class where it is used.

Steps to reproduce

Proposed resolution

Move to a protected method

Remaining tasks

Review

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3568063

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

nicxvan created an issue. See original summary.

nicxvan’s picture

nicxvan’s picture

Status: Active » Needs review
dcam’s picture

Status: Needs review » Reviewed & tested by the community

There are no additional uses of _inline_form_errors_set_errors() in core. It's a pretty simple MR. Looks good to me.

larowlan’s picture

  • larowlan committed 6ef46606 on 11.x
    task: #3568063 Move _inline_form_errors_set_errors to themeHookClass
    
    By...

  • larowlan committed 7bd46e0a on main
    task: #3568063 Move _inline_form_errors_set_errors to themeHookClass
    
    By...
larowlan’s picture

Version: main » 11.x-dev
Status: Reviewed & tested by the community » Fixed

Committed to main and backported to 11.x - thanks folks

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.