You are here

public function ServicePluginInterface::setServiceId in Analytics 8

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

Parameters

string $service_id: The service config entity ID.

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

File

src/Plugin/ServicePluginInterface.php, line 21

Class

ServicePluginInterface
Defines an interface for analytics service plugins.

Namespace

Drupal\analytics\Plugin

Code

public function setServiceId($service_id);