You are here

protected property FormatSetter::$httpKernel in JSON:API 8

Same name and namespace in other branches
  1. 8.2 src/StackMiddleware/FormatSetter.php \Drupal\jsonapi\StackMiddleware\FormatSetter::httpKernel

The wrapped HTTP kernel.

Type: \Symfony\Component\HttpKernel\HttpKernelInterface

File

src/StackMiddleware/FormatSetter.php, line 21

Class

FormatSetter
Sets the 'api_json' format on all requests to JSON API-managed routes.

Namespace

Drupal\jsonapi\StackMiddleware

Code

protected $httpKernel;