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