You are here

public function MapFeatureBase::validateSettingsForm in Geolocation Field 8.2

Same name and namespace in other branches
  1. 8.3 src/MapFeatureBase.php \Drupal\geolocation\MapFeatureBase::validateSettingsForm()

Validate Feature Form.

Parameters

array $values: Feature values.

\Drupal\Core\Form\FormStateInterface $form_state: Form State.

array $parents: Element parents.

Overrides MapFeatureInterface::validateSettingsForm

5 methods override MapFeatureBase::validateSettingsForm()
ControlElementBase::validateSettingsForm in modules/geolocation_google_maps/src/Plugin/geolocation/MapFeature/ControlElementBase.php
Validate Feature Form.
ControlElementBase::validateSettingsForm in modules/geolocation_yandex/src/Plugin/geolocation/MapFeature/ControlElementBase.php
Validate Feature Form.
ControlElementBase::validateSettingsForm in modules/geolocation_leaflet/src/Plugin/geolocation/MapFeature/ControlElementBase.php
Validate Feature Form.
MapTypeStyle::validateSettingsForm in modules/geolocation_google_maps/src/Plugin/geolocation/MapFeature/MapTypeStyle.php
Validate Feature Form.
MarkerClusterer::validateSettingsForm in modules/geolocation_google_maps/src/Plugin/geolocation/MapFeature/MarkerClusterer.php
Validate Feature Form.

File

src/MapFeatureBase.php, line 66

Class

MapFeatureBase
Class MapFeatureBase.

Namespace

Drupal\geolocation

Code

public function validateSettingsForm(array $values, FormStateInterface $form_state, array $parents) {
}