Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. comment.services.yml

comment.manager

Class

Drupal\comment\CommentManager
3 string references to comment.manager
CommentHooks::entityView in core/modules/comment/src/Hook/CommentHooks.php
Implements hook_entity_view().
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.

File

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'

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal