You are here

protected property WebformShareEventSubscriber::$routeMatch in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_share/src/EventSubscriber/WebformShareEventSubscriber.php \Drupal\webform_share\EventSubscriber\WebformShareEventSubscriber::routeMatch

The current route match.

Type: \Drupal\Core\Routing\RouteMatchInterface

File

modules/webform_share/src/EventSubscriber/WebformShareEventSubscriber.php, line 21

Class

WebformShareEventSubscriber
Event subscriber to allow webform to be shared via an iframe.

Namespace

Drupal\webform_share\EventSubscriber

Code

protected $routeMatch;