You are here

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\yamlform

Code

public function setWeight($weight);