You are here

public function YamlFormSubmissionInterface::getSourceUrl in YAML Form 8

Gets the form submission's source URL.

Return value

\Drupal\Core\Url|false The source URL.

1 method overrides YamlFormSubmissionInterface::getSourceUrl()
YamlFormSubmission::getSourceUrl in src/Entity/YamlFormSubmission.php
Gets the form submission's source URL.

File

src/YamlFormSubmissionInterface.php, line 288

Class

YamlFormSubmissionInterface
Provides an interface defining a form submission entity.

Namespace

Drupal\yamlform

Code

public function getSourceUrl();