You are here

function SensorConfigurableInterface::settingsForm in Monitoring 7

Gets settings form for a specific sensor.

Parameters

$form: Drupal $form structure.

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

Return value

array Drupal form structure.

1 method overrides SensorConfigurableInterface::settingsForm()
SensorConfigurable::settingsForm in lib/Drupal/monitoring/Sensor/SensorConfigurable.php
Gets settings form for a specific sensor.

File

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

Class

SensorConfigurableInterface
Interface for a configurable sensor.

Namespace

Drupal\monitoring\Sensor

Code

function settingsForm($form, &$form_state);