You are here

public function ServicePluginInterface::getServiceId in Analytics 8

Gets the current service config entity ID that is using this plugin.

Return value

string The service config entity ID.

1 method overrides ServicePluginInterface::getServiceId()
ServicePluginBase::getServiceId in src/Plugin/ServicePluginBase.php
Gets the current service config entity ID that is using this plugin.

File

src/Plugin/ServicePluginInterface.php, line 29

Class

ServicePluginInterface
Defines an interface for analytics service plugins.

Namespace

Drupal\analytics\Plugin

Code

public function getServiceId();