You are here

public function SensorResultInterface::getStatusLabel in Monitoring 7

Gets a human readable label for the sensor status.

Return value

string Sensor status label.

1 method overrides SensorResultInterface::getStatusLabel()
SensorResult::getStatusLabel in lib/Drupal/monitoring/Result/SensorResult.php
Gets a human readable label for the sensor status.

File

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

Class

SensorResultInterface
Interface for a sensor result.

Namespace

Drupal\monitoring\Result

Code

public function getStatusLabel();