You are here

public function WebformRequestInterface::getCurrentWebformSubmissionUrl in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformRequestInterface.php \Drupal\webform\WebformRequestInterface::getCurrentWebformSubmissionUrl()

Get the URL for the current webform submission and source entity.

Parameters

string $route_name: The route name.

array $route_options: The route options.

Return value

\Drupal\Core\Url The URL for a form/submission and source entity.

1 method overrides WebformRequestInterface::getCurrentWebformSubmissionUrl()
WebformRequest::getCurrentWebformSubmissionUrl in src/WebformRequest.php
Get the URL for the current webform submission and source entity.

File

src/WebformRequestInterface.php, line 71

Class

WebformRequestInterface
Provides an interface defining a webform request handler.

Namespace

Drupal\webform

Code

public function getCurrentWebformSubmissionUrl($route_name, array $route_options = []);