You are here

public function SensorResultInterface::getSensorName in Monitoring 7

Gets sensor name.

Return value

string

1 method overrides SensorResultInterface::getSensorName()
SensorResult::getSensorName in lib/Drupal/monitoring/Result/SensorResult.php
Gets sensor name.

File

lib/Drupal/monitoring/Result/SensorResultInterface.php, line 220
Contains \Drupal\monitoring\Result\SensorResultInterface.

Class

SensorResultInterface
Interface for a sensor result.

Namespace

Drupal\monitoring\Result

Code

public function getSensorName();