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