Skip to content

Instantly share code, notes, and snippets.

@victor-shelepen
Created June 2, 2013 15:54
Show Gist options
  • Save victor-shelepen/5693917 to your computer and use it in GitHub Desktop.
Save victor-shelepen/5693917 to your computer and use it in GitHub Desktop.
services:
locale_config_subscriber:
class: Drupal\locale\LocaleConfigSubscriber
tags:
- { name: event_subscriber }
arguments: ['@language_manager', '@config.context']
locale.config.typed:
class: Drupal\locale\LocaleConfigManager
arguments: ['@config.storage', '@config.storage.schema', '@config.storage.installer']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment