You are here

protected function AnalyticsService::analyticsServicePluginManager in Analytics 8

Gets the analytics service plugin manager.

Return value

\Drupal\analytics\AnalyticsServiceManager

1 call to AnalyticsService::analyticsServicePluginManager()
AnalyticsService::servicePluginCollection in src/Entity/AnalyticsService.php
Encapsulates the creation of the services's LazyPluginCollection.

File

src/Entity/AnalyticsService.php, line 170

Class

AnalyticsService
Defines the analytics instance entity.

Namespace

Drupal\analytics\Entity

Code

protected function analyticsServicePluginManager() {
  return \Drupal::service('plugin.manager.analytics.service');
}