You are here

protected property CommentForm::$renderer in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/comment/src/CommentForm.php \Drupal\comment\CommentForm::renderer
  2. 10 core/modules/comment/src/CommentForm.php \Drupal\comment\CommentForm::renderer

The renderer.

Type: \Drupal\Core\Render\RendererInterface

File

core/modules/comment/src/CommentForm.php, line 41

Class

CommentForm
Base handler for comment forms.

Namespace

Drupal\comment

Code

protected $renderer;