This repository has been archived on 2025-10-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupal-module-simple-message/simple_message.services.yml
2020-07-21 19:07:51 +01:00

14 lines
327 B
YAML

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 }