public function ProgressStep::weight in Forms Steps 8
Gets the progress step's weight.
Return value
int The progress step's weight.
Overrides ProgressStepInterface::weight
File
- src/
ProgressStep.php, line 104
Class
- ProgressStep
- A value object representing a progress step.
Namespace
Drupal\forms_stepsCode
public function weight() {
return $this->weight;
}