Problem/Motivation

Reported by edsoncarlos in #3438562-13: Automated Drupal 11 compatibility fixes for phone_number.

In #3461396: Deprecated FormElement we moved from using the deprecated \Drupal\Core\Render\Element\FormElement to using its replacement, \Drupal\Core\Render\Element\FormElementBase. What we forgot to do in there was determine in what version of Drupal \Drupal\Core\Render\Element\FormElementBase became available and bump our module's minimum compatible Drupal version to that.

It appears \Drupal\Core\Render\Element\FormElementBase became available in Drupal 10.3.

Steps to reproduce

Install the 2.0.0-alpha8 release in a Drupal version lower than 10.3 and see a class not found error.

Proposed resolution

Bump up the module's minimum compatible Drupal version to 10.3.

Remaining tasks

Patch / MR + review.

User interface changes

None.

API changes

None.

Data model changes

None.

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

chrisolof created an issue. See original summary.

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

jdleonard’s picture

Status: Active » Needs review
chrisolof’s picture

Status: Needs review » Fixed

Thanks jdleonard!

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.