You are here

public function YamlFormSubmissionInterface::getCurrentPageTitle in YAML Form 8

Get the submission's current page title.

Return value

string The submission's current page title.

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

File

src/YamlFormSubmissionInterface.php, line 173

Class

YamlFormSubmissionInterface
Provides an interface defining a form submission entity.

Namespace

Drupal\yamlform

Code

public function getCurrentPageTitle();