posthog-1.0.0-alpha5/modules/posthog_php_events/posthog_php_events.services.yml
modules/posthog_php_events/posthog_php_events.services.yml
services:
posthog_php_events.event_subscriber:
class: Drupal\posthog_php_events\EventSubscriber\PosthogPhpEventsSubscriber
arguments: ['@config.factory', '@posthog_php.sdk_decorator']
tags:
- { name: event_subscriber }
