annoying_popup-1.0.0/annoying_popup.services.yml
annoying_popup.services.yml
services:
annoying_popup.repository:
class: Drupal\annoying_popup\AnnoyingPopupRepository
arguments: [ '@entity_type.manager', '@path.matcher', '@path.current', '@path_alias.manager', '@renderer', '@language_manager' ]
annoying_popup.request_subscriber:
class: Drupal\annoying_popup\EventSubscriber\AnnoyingPopupRequestSubscriber
tags:
- {name: event_subscriber}
