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