2013-06-25 19:16:20 +00:00
|
|
|
services:
|
|
|
|
content_translation.synchronizer:
|
|
|
|
class: Drupal\content_translation\FieldTranslationSynchronizer
|
2013-09-01 12:24:15 +00:00
|
|
|
arguments: ['@entity.manager']
|
2013-09-18 18:30:30 +00:00
|
|
|
|
|
|
|
content_translation.subscriber:
|
|
|
|
class: Drupal\content_translation\Routing\ContentTranslationRouteSubscriber
|
2013-12-18 20:09:35 +00:00
|
|
|
arguments: ['@content_translation.manager']
|
2013-09-18 18:30:30 +00:00
|
|
|
tags:
|
|
|
|
- { name: event_subscriber }
|
|
|
|
|
|
|
|
content_translation.overview_access:
|
|
|
|
class: Drupal\content_translation\Access\ContentTranslationOverviewAccess
|
2013-12-03 12:07:05 +00:00
|
|
|
arguments: ['@entity.manager']
|
2013-09-18 18:30:30 +00:00
|
|
|
tags:
|
2014-01-01 00:06:09 +00:00
|
|
|
- { name: access_check, applies_to: _access_content_translation_overview }
|
2013-09-18 18:30:30 +00:00
|
|
|
|
|
|
|
content_translation.manage_access:
|
|
|
|
class: Drupal\content_translation\Access\ContentTranslationManageAccessCheck
|
Issue #1987882 by disasm, vijaycs85, penyaskito, kim.pepper, likin, YesCT, InternetDevels, dawehner, wamilton, Letharion, katbailey, googletorp, tim.plunkett, acrollet, neetu morwani: Convert content_translation routes to a new style controller.
2014-08-20 14:05:31 +00:00
|
|
|
arguments: ['@entity.manager', '@language_manager']
|
2013-09-18 18:30:30 +00:00
|
|
|
tags:
|
2014-01-01 00:06:09 +00:00
|
|
|
- { name: access_check, applies_to: _access_content_translation_manage }
|
2013-11-15 13:31:24 +00:00
|
|
|
|
|
|
|
content_translation.manager:
|
|
|
|
class: Drupal\content_translation\ContentTranslationManager
|
|
|
|
arguments: ['@entity.manager']
|