public function SensorResultDataInterface::getStatusLabel in Monitoring 8
Gets a human readable label for the sensor status.
Return value
string Sensor status label.
2 methods override SensorResultDataInterface::getStatusLabel()
- SensorResult::getStatusLabel in src/
Result/ SensorResult.php - Gets a human readable label for the sensor status.
- SensorResultEntity::getStatusLabel in src/
Entity/ SensorResultEntity.php - Gets a human readable label for the sensor status.
File
- src/
Entity/ SensorResultDataInterface.php, line 60
Class
- SensorResultDataInterface
- Interface for sensor data.
Namespace
Drupal\monitoring\EntityCode
public function getStatusLabel();