You are here

public function SensorResultInterface::getVerboseOutput in Monitoring 7

Same name and namespace in other branches
  1. 8 src/Result/SensorResultInterface.php \Drupal\monitoring\Result\SensorResultInterface::getVerboseOutput()

Returns the verbose output.

Verbose output is not persisted and is only available if the sensor result is not cached.

Return value

string The verbose output as a string.

1 method overrides SensorResultInterface::getVerboseOutput()
SensorResult::getVerboseOutput in lib/Drupal/monitoring/Result/SensorResult.php
Returns the verbose output.

File

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

Class

SensorResultInterface
Interface for a sensor result.

Namespace

Drupal\monitoring\Result

Code

public function getVerboseOutput();