public function WebformVariantInterface::setNotes in Webform 8.5
Same name and namespace in other branches
- 6.x 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\PluginCode
public function setNotes($notes);