You are here

public function SensorResultInterface::getStatus in Monitoring 7

Gets sensor status.

Return value

string Sensor status.

1 method overrides SensorResultInterface::getStatus()
SensorResult::getStatus in lib/Drupal/monitoring/Result/SensorResult.php
Gets sensor status.

File

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

Class

SensorResultInterface
Interface for a sensor result.

Namespace

Drupal\monitoring\Result

Code

public function getStatus();