You are here

public function StepInterface::url in Forms Steps 8

Gets the step's url.

Return value

string The step's url.

1 method overrides StepInterface::url()
Step::url in src/Step.php
Gets the step's url.

File

src/StepInterface.php, line 64

Class

StepInterface
An interface for step value objects.

Namespace

Drupal\forms_steps

Code

public function url();