You are here

protected property WebformSubmitResource::$request in Webform REST 4.x

Same name and namespace in other branches
  1. 8.2 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 29

Class

WebformSubmitResource
Creates a resource for submitting a webform.

Namespace

Drupal\webform_rest\Plugin\rest\resource

Code

protected $request;