You are here

protected property CommentController::$httpKernel in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 38
Contains \Drupal\comment\Controller\CommentController.

Class

CommentController
Controller for the comment entity.

Namespace

Drupal\comment\Controller

Code

protected $httpKernel;