You are here

public function SensorResultInterface::getValue in Monitoring 7

Gets the sensor metric value.

Return value

mixed Whatever value the sensor is supposed to return.

1 method overrides SensorResultInterface::getValue()
SensorResult::getValue in lib/Drupal/monitoring/Result/SensorResult.php
Gets the sensor metric value.

File

lib/Drupal/monitoring/Result/SensorResultInterface.php, line 136
Contains \Drupal\monitoring\Result\SensorResultInterface.

Class

SensorResultInterface
Interface for a sensor result.

Namespace

Drupal\monitoring\Result

Code

public function getValue();