public function SensorResultInterface::setVerboseOutput in Monitoring 7
Same name and namespace in other branches
- 8 src/Result/SensorResultInterface.php \Drupal\monitoring\Result\SensorResultInterface::setVerboseOutput()
Set the verbose output.
Parameters
string $verbose_output: The verbose output as a string.
1 method overrides SensorResultInterface::setVerboseOutput()
- SensorResult::setVerboseOutput in lib/
Drupal/ monitoring/ Result/ SensorResult.php - Set the verbose output.
File
- lib/
Drupal/ monitoring/ Result/ SensorResultInterface.php, line 263 - Contains \Drupal\monitoring\Result\SensorResultInterface.
Class
- SensorResultInterface
- Interface for a sensor result.
Namespace
Drupal\monitoring\ResultCode
public function setVerboseOutput($verbose_output);