You are here

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

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

The wrapped HTTP kernel.

Type: \Symfony\Component\HttpKernel\HttpKernelInterface

File

src/StackMiddleware/FormatSetter.php, line 25

Class

FormatSetter
Sets the 'api_json' for requests with a JSON:API Content-Type header.

Namespace

Drupal\jsonapi\StackMiddleware

Code

protected $httpKernel;