You are here

public function Step::weight in Forms Steps 8

Gets the step's weight.

Return value

int The step's weight.

Overrides StepInterface::weight

File

src/Step.php, line 177

Class

Step
A value object representing a step state.

Namespace

Drupal\forms_steps

Code

public function weight() {
  return $this->weight;
}