public CommentForm::__construct(EntityManagerInterface $entity_manager, AccountInterface $current_user, RendererInterface $renderer)
Constructs a new CommentForm.
Parameters
\Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager service.
\Drupal\Core\Session\AccountInterface $current_user: The current user.
\Drupal\Core\Render\RendererInterface $renderer: The renderer.
Overrides ContentEntityForm::__construct
File
core/modules/comment/src/CommentForm.php, line 57
Cla