You are here

protected property WebformSubmitResource::$request in Webform REST 8.2

Same name and namespace in other branches
  1. 4.x src/Plugin/rest/resource/WebformSubmitResource.php \Drupal\webform_rest\Plugin\rest\resource\WebformSubmitResource::request

The request object.

Type: \Symfony\Component\HttpFoundation\RequestStack

File

src/Plugin/rest/resource/WebformSubmitResource.php, line 31

Class

WebformSubmitResource
Creates a resource for submitting a webform.

Namespace

Drupal\webform_rest\Plugin\rest\resource

Code

protected $request;