- Issue created by @chrisolof
- First commit to issue fork.
Reported by edsoncarlos in #3438562-13: Automated Drupal 11 compatibility fixes for phone_number β .
In
π
Deprecated FormElement
Active
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.
Install the 2.0.0-alpha8 release in a Drupal version lower than 10.3 and see a class not found error.
Bump up the module's minimum compatible Drupal version to 10.3.
Patch / MR + review.
None.
None.
None.
Active
2.0
Code