- Issue created by @jeremy.declerck
- First commit to issue fork.
- 🇮🇳India sarwan_verma
Hi,
I have resolved the "Deprecated FormElement" issue and have also created MR!100.
Kindly review it.Thanks!
The FormElement is deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. use \Drupal\Core\Render\Element\FormElementBase instead.
See https://www.drupal.org/node/3436275 →
Replace references to the deprecated FormElement and replace them with the new FormElementBase.
Active
2.0
Code
Hi,
I have resolved the "Deprecated FormElement" issue and have also created MR!100.
Kindly review it.
Thanks!