function ExtendedInfoSensorPluginInterface::resultVerbose in Monitoring 8
Provide additional info about sensor call.
This method is only executed on request. It is guaranteed that runSensor() is executed before this method.
Parameters
\Drupal\monitoring\Result\SensorResultInterface $result: Sensor result.
Return value
array Sensor call verbose info as render array.
11 methods override ExtendedInfoSensorPluginInterface::resultVerbose()
- ContentEntityAggregatorSensorPlugin::resultVerbose in src/
Plugin/ monitoring/ SensorPlugin/ ContentEntityAggregatorSensorPlugin.php - Provide additional info about sensor call.
- CoreRequirementsSensorPlugin::resultVerbose in src/
Plugin/ monitoring/ SensorPlugin/ CoreRequirementsSensorPlugin.php - Provide additional info about sensor call.
- DatabaseAggregatorSensorPlugin::resultVerbose in src/
Plugin/ monitoring/ SensorPlugin/ DatabaseAggregatorSensorPlugin.php - Provide additional info about sensor call.
- DatabaseDiskUsagePlugin::resultVerbose in src/
Plugin/ monitoring/ SensorPlugin/ DatabaseDiskUsagePlugin.php - Provide additional info about sensor call.
- GitDirtyTreeSensorPlugin::resultVerbose in src/
Plugin/ monitoring/ SensorPlugin/ GitDirtyTreeSensorPlugin.php - Provide additional info about sensor call.
File
- src/
SensorPlugin/ ExtendedInfoSensorPluginInterface.php, line 30 - Contains \Drupal\monitoring\SensorPlugin\ExtendedInfoSensorPluginInterface.
Class
- ExtendedInfoSensorPluginInterface
- Interface for a sensor with extended info.
Namespace
Drupal\monitoring\SensorPluginCode
function resultVerbose(SensorResultInterface $result);