public function SensorPluginBase::getPluginId in Monitoring 8
Gets the plugin_id of the plugin instance.
Return value
string The plugin_id of the plugin instance.
Overrides PluginInspectionInterface::getPluginId
File
- src/
SensorPlugin/ SensorPluginBase.php, line 119 - Contains \Drupal\monitoring\SensorPlugin\SensorPluginBase.
Class
- SensorPluginBase
- Abstract SensorPluginInterface implementation with common behaviour and will be extended by sensor plugins.
Namespace
Drupal\monitoring\SensorPluginCode
public function getPluginId() {
return $this->pluginId;
}