Rename event subscriber classes
This commit is contained in:
parent
17179fbfe4
commit
7e06943be1
3 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
services:
|
||||
Drupal\opdavies_blog\EventSubscriber\PushBlogPostToSocialMedia:
|
||||
Drupal\opdavies_blog\EventSubscriber\PushPostToSocialMediaOnceItIsPublished:
|
||||
autowire: true
|
||||
tags:
|
||||
- { name: event_subscriber }
|
||||
|
||||
Drupal\opdavies_blog\EventSubscriber\ReorderBlogTags:
|
||||
Drupal\opdavies_blog\EventSubscriber\SortTagsAlphabeticallyWhenPostIsSaved:
|
||||
tags:
|
||||
- { name: event_subscriber }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue