You are here

public function WebformSubmissionInterface::setCurrentPage in Webform 6.x

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

Sets the submission's current page.

Parameters

string $current_page: The submission's current page.

Return value

$this

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

File

src/WebformSubmissionInterface.php, line 228

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function setCurrentPage($current_page);