You are here

function SensorConfigurableInterface::settingsFormValidate in Monitoring 7

Form validator for a sensor settings form.

Parameters

$form: Drupal $form structure.

array $form_state: Drupal $form_state object. Carrying the string sensor_name.

1 method overrides SensorConfigurableInterface::settingsFormValidate()
SensorConfigurable::settingsFormValidate in lib/Drupal/monitoring/Sensor/SensorConfigurable.php
Form validator for a sensor settings form.

File

lib/Drupal/monitoring/Sensor/SensorConfigurableInterface.php, line 40
Monitoring sensor settings interface.

Class

SensorConfigurableInterface
Interface for a configurable sensor.

Namespace

Drupal\monitoring\Sensor

Code

function settingsFormValidate($form, &$form_state);