public function ProgressStepInterface::weight in Forms Steps 8
Gets the progress step's weight.
Return value
int The progress step's weight.
1 method overrides ProgressStepInterface::weight()
- ProgressStep::weight in src/
ProgressStep.php - Gets the progress step's weight.
File
- src/
ProgressStepInterface.php, line 32
Class
- ProgressStepInterface
- An interface for progress step value objects.
Namespace
Drupal\forms_stepsCode
public function weight();