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
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:
- 3568063-move-inlineformerrorsseterrors-to
changes, plain diff MR !14375
Comments
Comment #2
nicxvan commentedComment #4
nicxvan commentedComment #5
dcam commentedThere are no additional uses of
_inline_form_errors_set_errors()in core. It's a pretty simple MR. Looks good to me.Comment #6
larowlanConfirmed no contrib usage
Comment #10
larowlanCommitted to main and backported to 11.x - thanks folks