function RequestHandler::__construct

Same name and namespace in other branches
  1. 9 core/modules/rest/src/RequestHandler.php \Drupal\rest\RequestHandler::__construct()
  2. 8.9.x core/modules/rest/src/RequestHandler.php \Drupal\rest\RequestHandler::__construct()
  3. 10 core/modules/rest/src/RequestHandler.php \Drupal\rest\RequestHandler::__construct()

Creates a new RequestHandler instance.

Parameters

\Symfony\Component\Serializer\SerializerInterface|\Symfony\Component\Serializer\Encoder\DecoderInterface $serializer: The serializer.

File

core/modules/rest/src/RequestHandler.php, line 39

Class

RequestHandler
Acts as intermediate request forwarder for resource plugins.

Namespace

Drupal\rest

Code

public function __construct(SerializerInterface $serializer) {
    $this->serializer = $serializer;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.