public function YamlFormHandlerInterface::getWeight in YAML Form 8
Returns the weight of the form handler.
Return value
int|string Either the integer weight of the form handler, or an empty string.
1 method overrides YamlFormHandlerInterface::getWeight()
- YamlFormHandlerBase::getWeight in src/
YamlFormHandlerBase.php - Returns the weight of the form handler.
File
- src/
YamlFormHandlerInterface.php, line 116
Class
- YamlFormHandlerInterface
- Defines the interface for form handlers.
Namespace
Drupal\yamlformCode
public function getWeight();