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