You are here

public function AddRequestFormatsListener::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/EventListener/AddRequestFormatsListener.php \Symfony\Component\HttpKernel\EventListener\AddRequestFormatsListener::__construct()

Parameters

array $formats:

File

vendor/symfony/http-kernel/EventListener/AddRequestFormatsListener.php, line 33

Class

AddRequestFormatsListener
Adds configured formats to each request.

Namespace

Symfony\Component\HttpKernel\EventListener

Code

public function __construct(array $formats) {
  $this->formats = $formats;
}