public function SensorResultInterface::getVerboseOutput in Monitoring 8
Same name and namespace in other branches
- 7 lib/Drupal/monitoring/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
array The verbose output as a render array.
1 method overrides SensorResultInterface::getVerboseOutput()
- SensorResult::getVerboseOutput in src/
Result/ SensorResult.php - Returns the verbose output.
File
- src/
Result/ SensorResultInterface.php, line 199 - Contains \Drupal\monitoring\Result\SensorResultInterface.
Class
- SensorResultInterface
- Interface for a sensor result.
Namespace
Drupal\monitoring\ResultCode
public function getVerboseOutput();