public function SensorResult::getVerboseOutput in Monitoring 7
Same name and namespace in other branches
- 8 src/Result/SensorResult.php \Drupal\monitoring\Result\SensorResult::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.
Overrides SensorResultInterface::getVerboseOutput
File
- lib/
Drupal/ monitoring/ Result/ SensorResult.php, line 481 - Contains \Drupal\monitoring\Result\SensorResult.
Class
- SensorResult
- Generic container for the sensor result.
Namespace
Drupal\monitoring\ResultCode
public function getVerboseOutput() {
return $this->verboseOutput;
}