public function SensorConfigInterface::getLabel in Monitoring 8
Gets sensor label.
The sensor label might not be self-explaining enough or unique without the category, the category should always be present when the label is displayed.
Return value
string Sensor label.
1 method overrides SensorConfigInterface::getLabel()
- SensorConfig::getLabel in src/
Entity/ SensorConfig.php - Gets sensor label.
File
- src/
SensorConfigInterface.php, line 23 - Contains \Drupal\monitoring\SensorConfigInterface.
Class
Namespace
Drupal\monitoringCode
public function getLabel();