You are here

protected property SubrequestExtractionController::$requestStack in GraphQL 8.3

Same name and namespace in other branches
  1. 8.4 src/Controller/SubrequestExtractionController.php \Drupal\graphql\Controller\SubrequestExtractionController::requestStack

The symfony request stack.

Type: \Symfony\Component\HttpFoundation\RequestStack

File

src/Controller/SubrequestExtractionController.php, line 23

Class

SubrequestExtractionController
Extract arbitrary information from subrequests.

Namespace

Drupal\graphql\Controller

Code

protected $requestStack;