public function YamlFormHandlerInterface::setLabel in YAML Form 8
Sets the label for this form handler.
Parameters
int $label: The label for this form handler.
Return value
$this
1 method overrides YamlFormHandlerInterface::setLabel()
- YamlFormHandlerBase::setLabel in src/
YamlFormHandlerBase.php - Sets the label for this form handler.
File
- src/
YamlFormHandlerInterface.php, line 108
Class
- YamlFormHandlerInterface
- Defines the interface for form handlers.
Namespace
Drupal\yamlformCode
public function setLabel($label);