public function ProgressStepInterface::setLink in Forms Steps 8
Set the link for this progress step.
Parameters
string $link: Links to set for this progress step.
1 method overrides ProgressStepInterface::setLink()
- ProgressStep::setLink in src/
ProgressStep.php - Set the link for this progress step.
File
- src/
ProgressStepInterface.php, line 64
Class
- ProgressStepInterface
- An interface for progress step value objects.
Namespace
Drupal\forms_stepsCode
public function setLink($link);