public function YamlFormSubmissionInterface::setCurrentPage in YAML Form 8
Sets the submission's current page.
Parameters
string $current_page: The submission's current page.
Return value
$this
1 method overrides YamlFormSubmissionInterface::setCurrentPage()
- YamlFormSubmission::setCurrentPage in src/
Entity/ YamlFormSubmission.php - Sets the submission's current page.
File
- src/
YamlFormSubmissionInterface.php, line 165
Class
- YamlFormSubmissionInterface
- Provides an interface defining a form submission entity.
Namespace
Drupal\yamlformCode
public function setCurrentPage($current_page);