You are here

SensorThresholdsInterface.php in Monitoring 7

File

lib/Drupal/monitoring/Sensor/SensorThresholdsInterface.php
View 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

Namesort descending Description
SensorThresholdsInterface Interface for a sensor with thresholds.