2013-04-09 04:32:49 +00:00
|
|
|
services:
|
|
|
|
access_check.cron:
|
|
|
|
class: Drupal\system\Access\CronAccessCheck
|
|
|
|
tags:
|
2014-01-01 00:06:09 +00:00
|
|
|
- { name: access_check, applies_to: _access_system_cron }
|
2013-06-05 13:39:57 +00:00
|
|
|
system.manager:
|
|
|
|
class: Drupal\system\SystemManager
|
2013-09-05 06:36:51 +00:00
|
|
|
arguments: ['@module_handler', '@database', '@entity.manager']
|
2014-02-24 19:38:23 +00:00
|
|
|
calls:
|
|
|
|
- [setRequest, ['@?request=']]
|
2013-09-26 08:32:39 +00:00
|
|
|
system.breadcrumb.default:
|
|
|
|
class: Drupal\system\PathBasedBreadcrumbBuilder
|
2013-10-07 12:30:01 +00:00
|
|
|
arguments: ['@request', '@entity.manager', '@access_manager', '@router', '@path_processor_manager', '@config.factory', '@title_resolver']
|
2013-09-26 08:32:39 +00:00
|
|
|
tags:
|
|
|
|
- { name: breadcrumb_builder, priority: 0 }
|
2013-07-20 12:25:28 +00:00
|
|
|
path_processor.files:
|
|
|
|
class: Drupal\system\PathProcessor\PathProcessorFiles
|
|
|
|
tags:
|
|
|
|
- { name: path_processor_inbound, priority: 200 }
|
2013-12-17 11:03:15 +00:00
|
|
|
theme.negotiator.system.batch:
|
|
|
|
class: Drupal\system\Theme\BatchNegotiator
|
|
|
|
arguments: ['@batch.storage']
|
|
|
|
tags:
|
|
|
|
- { name: theme_negotiator, priority: 1000 }
|
2014-01-29 11:07:59 +00:00
|
|
|
system.config_subscriber:
|
|
|
|
class: Drupal\system\SystemConfigSubscriber
|
|
|
|
tags:
|
|
|
|
- { name: event_subscriber }
|