You are here

public function WebformSubmissionInterface::getCurrentPageTitle in Webform 6.x

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

Get the submission's current page title.

Return value

string The submission's current page title.

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

File

src/WebformSubmissionInterface.php, line 236

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function getCurrentPageTitle();