public function ProgressStepInterface::link in Forms Steps 8
Gets the link for this progress step.
Return value
string The link for this progress step.
1 method overrides ProgressStepInterface::link()
- ProgressStep::link in src/
ProgressStep.php - Gets the link for this progress step.
File
- src/
ProgressStepInterface.php, line 56
Class
- ProgressStepInterface
- An interface for progress step value objects.
Namespace
Drupal\forms_stepsCode
public function link();