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