You are here

service comment.manager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/comment/comment.services.yml \comment.manager

Class

Drupal\comment\CommentManager
4 string references to comment.manager
CommentController::create in core/modules/comment/src/Controller/CommentController.php
Instantiates a new instance of this class.
CommentTypeDeleteForm::create in core/modules/comment/src/Form/CommentTypeDeleteForm.php
Instantiates a new instance of this class.
CommentTypeForm::create in core/modules/comment/src/CommentTypeForm.php
Instantiates a new instance of this class.
comment_entity_view in core/modules/comment/comment.module
Implements hook_entity_view().

File

core/modules/comment/comment.services.yml
core/modules/comment/comment.services.yml

View source
  1. class: Drupal\comment\CommentManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@config.factory'
  5. - '@string_translation'
  6. - '@module_handler'
  7. - '@current_user'
  8. - '@entity_field.manager'
  9. - '@entity_display.repository'