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