You are here

public function WebformSubmissionInterface::setNotes in Webform 8.5

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

Sets the submission's notes.

Parameters

string $notes: The submission's notes.

Return value

$this

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

File

src/WebformSubmissionInterface.php, line 156

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function setNotes($notes);