We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8a53f0 + 98a9fef commit 51c7307Copy full SHA for 51c7307
src/Element/AddressLookupElement.php
@@ -4,14 +4,14 @@
4
5
use Drupal\Component\Utility\Html;
6
use Drupal\Core\Form\FormStateInterface;
7
-use Drupal\Core\Render\Element\FormElementBase;
+use Drupal\Core\Render\Element\FormElement;
8
9
/**
10
* Provides a central hub address lookup element.
11
*
12
* @FormElement("localgov_forms_address_lookup")
13
*/
14
-class AddressLookupElement extends FormElementBase {
+class AddressLookupElement extends FormElement {
15
16
17
* Static search string.
0 commit comments