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