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