interface SensorThresholdsInterface in Monitoring 7
Interface for a sensor with thresholds.
Sensors implementing this interface can have thresholds.
Hierarchy
- interface \Drupal\monitoring\Sensor\SensorThresholdsInterface
Expanded class hierarchy of SensorThresholdsInterface
All classes that implement SensorThresholdsInterface
File
- lib/
Drupal/ monitoring/ Sensor/ SensorThresholdsInterface.php, line 14 - Contains \Drupal\monitoring\Sensor\SensorThresholdsInterface.
Namespace
Drupal\monitoring\SensorView source
interface SensorThresholdsInterface {
}