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\PluginCode
public function getCacheableUrls() {
return [];
}