You are here

public function WebformVariantInterface::setNotes in Webform 6.x

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

Set notes for this webform variant.

Parameters

string $notes: Notes for this webform variant.

Return value

$this

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

File

src/Plugin/WebformVariantInterface.php, line 132

Class

WebformVariantInterface
Defines the interface for webform variants.

Namespace

Drupal\webform\Plugin

Code

public function setNotes($notes);