function RequestHandler::create

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

Overrides ContainerInjectionInterface::create

File

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

Class

RequestHandler
Acts as intermediate request forwarder for resource plugins.

Namespace

Drupal\rest

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('serializer'));
}

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