oliverdavies.uk-drupal-old/web/modules/custom/opdavies_blog/opdavies_blog.services.yml

12 lines
293 B
YAML
Raw Normal View History

services:
Drupal\opdavies_blog\EventSubscriber\PushBlogPostToSocialMedia:
tags:
- { name: event_subscriber }
Drupal\opdavies_blog\EventSubscriber\ReorderBlogTags:
tags:
- { name: event_subscriber }
Drupal\opdavies_blog\Repository\PostRepository:
autowire: true