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