You are here

public static function GeofieldDms::elementValidate in Geofield 8

Validates a Geofield DMS form element.

Parameters

array $element: The element being processed.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

array $complete_form: The complete form structure.

File

src/Element/GeofieldDms.php, line 89

Class

GeofieldDms
Provides a Geofield DMS form element.

Namespace

Drupal\geofield\Element

Code

public static function elementValidate(array &$element, FormStateInterface $form_state, array &$complete_form) {
}