service comment.manager in Drupal 10
Same name and namespace in other branches
- 8 core/modules/comment/comment.services.yml \comment.manager
- 9 core/modules/comment/comment.services.yml \comment.manager
Class
Drupal\comment\CommentManager18 string references to comment.manager
- CommentController::create in core/
modules/ comment/ src/ Controller/ CommentController.php - Instantiates a new instance of this class.
- CommentTestTrait::addDefaultCommentField in core/
modules/ comment/ src/ Tests/ CommentTestTrait.php - Adds the default comment field to an entity.
- 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.
- CommentViewsData::getViewsData in core/
modules/ comment/ src/ CommentViewsData.php
File
- core/
modules/ comment/ comment.services.yml - core/modules/comment/comment.services.yml
View source
- class: Drupal\comment\CommentManager
- arguments:
- - '@entity_type.manager'
- - '@config.factory'
- - '@string_translation'
- - '@module_handler'
- - '@current_user'
- - '@entity_field.manager'
- - '@entity_display.repository'