SensorThresholdsInterface.php in Monitoring 7
Namespace
Drupal\monitoring\SensorFile
lib/Drupal/monitoring/Sensor/SensorThresholdsInterface.phpView source
<?php
/**
* @file
* Contains \Drupal\monitoring\Sensor\SensorThresholdsInterface.
*/
namespace Drupal\monitoring\Sensor;
/**
* Interface for a sensor with thresholds.
*
* Sensors implementing this interface can have thresholds.
*/
interface SensorThresholdsInterface {
}
Interfaces
Name | Description |
---|---|
SensorThresholdsInterface | Interface for a sensor with thresholds. |