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

13 lines
312 B
YAML
Raw Normal View History

services:
Drupal\opdavies_blog\EventSubscriber\PushBlogPostToSocialMedia:
2020-08-28 11:35:00 +00:00
autowire: true
tags:
- { name: event_subscriber }
Drupal\opdavies_blog\EventSubscriber\ReorderBlogTags:
tags:
- { name: event_subscriber }
Drupal\opdavies_blog\Repository\PostRepository:
autowire: true