Problem/Motivation
#3566397: `GeofieldDms` and `GeofieldElementBase` classes in the Geofield module extend the deprecated `Drupal\Core\Render\Element\FormElement` class replaced FormElement with FormElementBase. But this change should not have been made:
- * @FormElement("geofield_dms")
+ * @FormElementBase("geofield_dms")
The annotation is still @FormElement.
Steps to reproduce
Proposed resolution
Revert this change.
Comments
Comment #3
itamair commentedthanks @longwave commit https://git.drupalcode.org/project/geofield/-/commit/02c98081ed7bd3fa615... committed into 10.3.X, going to be part of new 10.3.3 release being deployed.