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