comment.services.yml
Same filename in other branches
File
-
core/
modules/ comment/ comment.services.yml
View source
- services:
- comment.breadcrumb:
- class: Drupal\comment\CommentBreadcrumbBuilder
- arguments: ['@entity_type.manager']
- tags:
- - { name: breadcrumb_builder, priority: 100 }
-
- comment.manager:
- class: Drupal\comment\CommentManager
- arguments: ['@entity_type.manager', '@config.factory', '@string_translation', '@module_handler', '@current_user', '@entity_field.manager', '@entity_display.repository']
-
- comment.statistics:
- class: Drupal\comment\CommentStatistics
- arguments: ['@database', '@current_user', '@entity_type.manager', '@state', '@database.replica']
- tags:
- - { name: backend_overridable }
-
- comment.lazy_builders:
- class: Drupal\comment\CommentLazyBuilders
- arguments: ['@entity_type.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_type.manager']
Services
Title | Deprecated | Summary |
---|---|---|
comment.breadcrumb | Drupal\comment\CommentBreadcrumbBuilder | |
comment.lazy_builders | Drupal\comment\CommentLazyBuilders | |
comment.link_builder | Drupal\comment\CommentLinkBuilder | |
comment.manager | Drupal\comment\CommentManager | |
comment.statistics | Drupal\comment\CommentStatistics |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.