You are here

public function SensorResult::setVerboseOutput in Monitoring 7

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

Set the verbose output.

Parameters

string $verbose_output: The verbose output as a string.

Overrides SensorResultInterface::setVerboseOutput

File

lib/Drupal/monitoring/Result/SensorResult.php, line 474
Contains \Drupal\monitoring\Result\SensorResult.

Class

SensorResult
Generic container for the sensor result.

Namespace

Drupal\monitoring\Result

Code

public function setVerboseOutput($verbose_output) {
  $this->verboseOutput = $verbose_output;
}