You are here

public function SensorResultInterface::getMessage in Monitoring 7

Gets sensor status message.

Must not be called on an uncompiled result.

Return value

string Sensor status message.

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

File

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

Class

SensorResultInterface
Interface for a sensor result.

Namespace

Drupal\monitoring\Result

Code

public function getMessage();