public function SensorConfigurable::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.
Overrides SensorConfigurableInterface::settingsFormValidate
1 method overrides SensorConfigurable::settingsFormValidate()
- SensorThresholds::settingsFormValidate in lib/
Drupal/ monitoring/ Sensor/ SensorThresholds.php - Form validator for a sensor settings form.
File
- lib/
Drupal/ monitoring/ Sensor/ SensorConfigurable.php, line 39 - Contains \Drupal\monitoring\Sensor\SensorConfigurable.
Class
- SensorConfigurable
- Abstract configurable sensor class.
Namespace
Drupal\monitoring\SensorCode
public function settingsFormValidate($form, &$form_state) {
// Do nothing.
}