You are here

public function WebformHandlerInterface::getWeight in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::getWeight()

Returns the weight of the webform handler.

Return value

int|string Either the integer weight of the webform handler, or an empty string.

1 method overrides WebformHandlerInterface::getWeight()
WebformHandlerBase::getWeight in src/Plugin/WebformHandlerBase.php
Returns the weight of the webform handler.

File

src/Plugin/WebformHandlerInterface.php, line 163

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function getWeight();