You are here

public function WebformInterface::getWeight in Webform 8.5

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

Returns the webform's weight.

Only applies to when multiple webforms are attached to a single node.

Return value

int The webform's weight.

1 method overrides WebformInterface::getWeight()
Webform::getWeight in src/Entity/Webform.php
Returns the webform's weight.

File

src/WebformInterface.php, line 168

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function getWeight();