You are here

social_post_album.services.yml in Open Social 10.1.x

modules/social_features/social_post/modules/social_post_album/social_post_album.services.yml

File

modules/social_features/social_post/modules/social_post_album/social_post_album.services.yml
View source
  1. services:
  2. social_post_album.element_info:
  3. class: Drupal\social_post_album\Service\SocialPostAlbumElementInfoManager
  4. arguments:
  5. - '@container.namespaces'
  6. - '@cache.discovery'
  7. - '@cache_tags.invalidator'
  8. - '@module_handler'
  9. - '@theme.manager'
  10. social_post_album.lazy_renderer:
  11. class: Drupal\social_post_album\LazyRenderer
  12. arguments: ['@entity_type.manager']
  13. social_post_album.override:
  14. class: Drupal\social_post_album\SocialPostPhotoAlbumConfigOverride
  15. tags:
  16. - { name: config.factory.override, priority: 5 }
  17. social_post_album.route_subscriber:
  18. class: Drupal\social_post_album\Routing\RouteSubscriber
  19. tags:
  20. - { name: event_subscriber }