2013-04-09 04:32:49 +00:00
|
|
|
services:
|
2013-10-13 12:03:10 +00:00
|
|
|
paramconverter.configentity_admin:
|
|
|
|
class: Drupal\locale\ParamConverter\LocaleAdminPathConfigEntityConverter
|
|
|
|
tags:
|
|
|
|
- { name: paramconverter, priority: 5 }
|
2014-03-21 12:35:45 +00:00
|
|
|
arguments: ['@entity.manager', '@config.factory', '@router.admin_context']
|
2013-04-23 07:19:41 +00:00
|
|
|
locale.config.typed:
|
|
|
|
class: Drupal\locale\LocaleConfigManager
|
2014-03-24 15:09:15 +00:00
|
|
|
arguments: ['@config.storage', '@config.storage.schema', '@config.storage.installer', '@locale.storage', '@cache.config', '@config.factory', '@language_manager']
|
2013-06-10 11:33:55 +00:00
|
|
|
locale.storage:
|
|
|
|
class: Drupal\locale\StringDatabaseStorage
|
|
|
|
arguments: ['@database']
|
|
|
|
string_translator.locale.lookup:
|
|
|
|
class: Drupal\locale\LocaleTranslation
|
2013-10-11 13:13:43 +00:00
|
|
|
arguments: ['@locale.storage', '@cache.cache', '@lock', '@config.factory']
|
2013-06-10 11:33:55 +00:00
|
|
|
tags:
|
|
|
|
- { name: string_translator }
|
|
|
|
- { name: needs_destruction }
|