You are here

public function SensorPluginInterface::getSensorId in Monitoring 8

Gets sensor name (not the label).

Return value

string Sensor name.

1 method overrides SensorPluginInterface::getSensorId()
SensorPluginBase::getSensorId in src/SensorPlugin/SensorPluginBase.php
Gets sensor name (not the label).

File

src/SensorPlugin/SensorPluginInterface.php, line 64
Contains \Drupal\monitoring\SensorPlugin\SensorPluginInterface.

Class

SensorPluginInterface
Interface for a sensor plugin defining basic operations.

Namespace

Drupal\monitoring\SensorPlugin

Code

public function getSensorId();