Problem/Motivation

In #3300701: Expose "input required" setting, I proposed a new API to determine whether an exposed form is set to "Input required".
Since BEF's exposed form is a sub-class of core's InputRequired class, but has a separate setting for this behavior, the class should make use of this API.

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

mrshowerman created an issue. See original summary.

mrshowerman’s picture

Assigned: mrshowerman » Unassigned
Status: Active » Postponed
StatusFileSize
new908 bytes

Adding patch, setting to postponed until the parent issue is resolved.

mrshowerman’s picture

StatusFileSize
new912 bytes

Method has been renamed to isInputRequired() in core patch.

smustgrave’s picture

Version: 8.x-5.x-dev » 6.0.x-dev

Just moving along.

smustgrave’s picture

Version: 6.0.x-dev » 7.0.x-dev

carlos romero made their first commit to this issue’s fork.