You are here

public function WebformHandlerInterface::getNotes in Webform 8.5

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

Returns notes of the webform variant.

Return value

string Notes for the webform variant, or an empty string.

1 method overrides WebformHandlerInterface::getNotes()
WebformHandlerBase::getNotes in src/Plugin/WebformHandlerBase.php
Returns notes of the webform variant.

File

src/Plugin/WebformHandlerInterface.php, line 145

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function getNotes();