You are here

public function SensorResultInterface::getExpectedValue in Monitoring 8

Same name and namespace in other branches
  1. 7 lib/Drupal/monitoring/Result/SensorResultInterface.php \Drupal\monitoring\Result\SensorResultInterface::getExpectedValue()

Gets the sensor expected value.

Return value

mixed Whatever value the sensor is supposed to return.

1 method overrides SensorResultInterface::getExpectedValue()
SensorResult::getExpectedValue in src/Result/SensorResult.php
Gets the sensor expected value.

File

src/Result/SensorResultInterface.php, line 62
Contains \Drupal\monitoring\Result\SensorResultInterface.

Class

SensorResultInterface
Interface for a sensor result.

Namespace

Drupal\monitoring\Result

Code

public function getExpectedValue();