You are here

public function WebformHandlerInterface::setNotes in Webform 8.5

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

Set notes for this webform variant.

Parameters

string $notes: Notes for this webform variant.

Return value

$this

1 method overrides WebformHandlerInterface::setNotes()
WebformHandlerBase::setNotes in src/Plugin/WebformHandlerBase.php
Set notes for this webform variant.

File

src/Plugin/WebformHandlerInterface.php, line 155

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function setNotes($notes);