public function Step::id in Forms Steps 8
Gets the step's ID.
Return value
string The step's ID.
Overrides StepInterface::id
File
- src/
Step.php, line 163
Class
- Step
- A value object representing a step state.
Namespace
Drupal\forms_stepsCode
public function id() {
return $this->id;
}