You are here

protected property WebformRequest::$adminContext in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformRequest.php \Drupal\webform\WebformRequest::adminContext

The route admin context to determine whether a route is an admin one.

Type: \Drupal\Core\Routing\AdminContext

File

src/WebformRequest.php, line 43

Class

WebformRequest
Handles webform requests.

Namespace

Drupal\webform

Code

protected $adminContext;