You are here

public function WebformSubmissionInterface::getCurrentPage in Webform 6.x

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

Gets the submission's current page.

Return value

string The submission's current page.

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

File

src/WebformSubmissionInterface.php, line 218

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function getCurrentPage();