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