You are here

public function ServicePluginBase::getCacheableUrls in Analytics 8

Return value

array

Overrides ServicePluginInterface::getCacheableUrls

File

src/Plugin/ServicePluginBase.php, line 98

Class

ServicePluginBase
Defines a base implementation for analytics service plugins will extend.

Namespace

Drupal\analytics\Plugin

Code

public function getCacheableUrls() {
  return [];
}