You are here

protected property CommentController::$httpKernel in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/comment/src/Controller/CommentController.php \Drupal\comment\Controller\CommentController::httpKernel

The HTTP kernel.

Type: \Symfony\Component\HttpKernel\HttpKernelInterface

File

core/modules/comment/src/Controller/CommentController.php, line 36

Class

CommentController
Controller for the comment entity.

Namespace

Drupal\comment\Controller

Code

protected $httpKernel;