You are here

public function YamlFormSubmissionInterface::getCurrentPage in YAML Form 8

Gets the submission's current page.

Return value

string The submission's current page.

1 method overrides YamlFormSubmissionInterface::getCurrentPage()
YamlFormSubmission::getCurrentPage in src/Entity/YamlFormSubmission.php
Gets the submission's current page.

File

src/YamlFormSubmissionInterface.php, line 155

Class

YamlFormSubmissionInterface
Provides an interface defining a form submission entity.

Namespace

Drupal\yamlform

Code

public function getCurrentPage();