drupal-module-simple-message/simple_message.services.yml

15 lines
327 B
YAML
Raw Normal View History

2020-07-21 11:20:45 +00:00
services:
Drupal\Core\Config\ConfigFactoryInterface:
alias: config.factory
Drupal\Core\Messenger\MessengerInterface:
alias: messenger
Drupal\Core\Routing\AdminContext:
alias: router.admin_context
Drupal\simple_message\DisplaySimpleMessage:
autowire: true
tags:
- { name: event_subscriber }