function SensorExtendedInfoInterface::resultVerbose in Monitoring 7
Provide additional info about sensor call.
Parameters
SensorResultInterface $result: Sensor result.
Return value
string Sensor call verbose info.
3 methods override SensorExtendedInfoInterface::resultVerbose()
- SensorDatabaseAggregator::resultVerbose in lib/
Drupal/ monitoring/ Sensor/ Sensors/ SensorDatabaseAggregator.php - Provide additional info about sensor call.
- SensorGitDirtyTree::resultVerbose in lib/
Drupal/ monitoring/ Sensor/ Sensors/ SensorGitDirtyTree.php - Provide additional info about sensor call.
- TestSensor::resultVerbose in test/
lib/ Drupal/ monitoring_test/ Sensor/ Sensors/ TestSensor.php - Provide additional info about sensor call.
File
- lib/
Drupal/ monitoring/ Sensor/ SensorExtendedInfoInterface.php, line 27 - Sensor Extended Info interface.
Class
- SensorExtendedInfoInterface
- Interface for a sensor with extended info.
Namespace
Drupal\monitoring\SensorCode
function resultVerbose(SensorResultInterface $result);