You are here

function SensorInterface::getSensorName in Monitoring 7

Gets sensor name (not the label).

Return value

string Sensor name.

1 method overrides SensorInterface::getSensorName()
Sensor::getSensorName in lib/Drupal/monitoring/Sensor/Sensor.php
Gets sensor name (not the label).

File

lib/Drupal/monitoring/Sensor/SensorInterface.php, line 24
Monitoring sensor interface.

Class

SensorInterface
Interface for a sensor defining basic operations.

Namespace

Drupal\monitoring\Sensor

Code

function getSensorName();