service comment.manager in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/comment/comment.services.yml \comment.manager
Class
Drupal\comment\CommentManager5 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_storage_load in core/
modules/ comment/ comment.module - Implements hook_entity_storage_load().
- 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
- class: Drupal\comment\CommentManager
- arguments:
- - '@entity.manager'
- - '@entity.query'
- - '@config.factory'
- - '@string_translation'
- - '@url_generator'
- - '@module_handler'
- - '@current_user'