You are here

protected property QueryStringWebformSourceEntity::$request in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformSourceEntity/QueryStringWebformSourceEntity.php \Drupal\webform\Plugin\WebformSourceEntity\QueryStringWebformSourceEntity::request

The current request.

Type: \Symfony\Component\HttpFoundation\Request

File

src/Plugin/WebformSourceEntity/QueryStringWebformSourceEntity.php, line 47

Class

QueryStringWebformSourceEntity
Detect source entity by examining query string.

Namespace

Drupal\webform\Plugin\WebformSourceEntity

Code

protected $request;