You are here

public function WebformSubmissionInterface::getNotes in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionInterface.php \Drupal\webform\WebformSubmissionInterface::getNotes()

Get the submission's notes.

Return value

string The submission's notes.

1 method overrides WebformSubmissionInterface::getNotes()
WebformSubmission::getNotes in src/Entity/WebformSubmission.php
Get the submission's notes.

File

src/WebformSubmissionInterface.php, line 146

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function getNotes();