You are here

public function WebformHandlerInterface::setWeight in Webform 8.5

Same name and namespace in other branches
  1. 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\Plugin

Code

public function setWeight($weight);