public function WebformHandlerInterface::description in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::description()
Returns the webform handler description.
Return value
string The webform handler description.
1 method overrides WebformHandlerInterface::description()
- WebformHandlerBase::description in src/
Plugin/ WebformHandlerBase.php - Returns the webform handler description.
File
- src/
Plugin/ WebformHandlerInterface.php, line 77
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function description();