Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
24
2017/web/core/modules/comment/comment.services.yml
Normal file
24
2017/web/core/modules/comment/comment.services.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
services:
|
||||
comment.breadcrumb:
|
||||
class: Drupal\comment\CommentBreadcrumbBuilder
|
||||
arguments: ['@entity.manager']
|
||||
tags:
|
||||
- { name: breadcrumb_builder, priority: 100 }
|
||||
|
||||
comment.manager:
|
||||
class: Drupal\comment\CommentManager
|
||||
arguments: ['@entity.manager', '@config.factory', '@string_translation', '@url_generator', '@module_handler', '@current_user']
|
||||
|
||||
comment.statistics:
|
||||
class: Drupal\comment\CommentStatistics
|
||||
arguments: ['@database', '@current_user', '@entity.manager', '@state']
|
||||
tags:
|
||||
- { name: backend_overridable }
|
||||
|
||||
comment.lazy_builders:
|
||||
class: Drupal\comment\CommentLazyBuilders
|
||||
arguments: ['@entity.manager', '@entity.form_builder', '@current_user', '@comment.manager', '@module_handler', '@renderer']
|
||||
|
||||
comment.link_builder:
|
||||
class: Drupal\comment\CommentLinkBuilder
|
||||
arguments: ['@current_user', '@comment.manager', '@module_handler', '@string_translation', '@entity.manager']
|
Reference in a new issue