You are here

public function WebformSubmissionFieldFilter::setRouteMatch in Webform Views Integration 8.5

Setter for route match.

Parameters

\Drupal\Core\Routing\RouteMatchInterface $route_match: Route match service to inject.

File

src/Plugin/views/filter/WebformSubmissionFieldFilter.php, line 284

Class

WebformSubmissionFieldFilter
Filter based on value of a webform submission.

Namespace

Drupal\webform_views\Plugin\views\filter

Code

public function setRouteMatch(RouteMatchInterface $route_match) {
  $this->routeMatch = $route_match;
}