public function ProgressStep::setLink in Forms Steps 8
Set the link for this progress step.
Parameters
string $link: Links to set for this progress step.
Overrides ProgressStepInterface::setLink
File
- src/
ProgressStep.php, line 132
Class
- ProgressStep
- A value object representing a progress step.
Namespace
Drupal\forms_stepsCode
public function setLink($link) {
return $this->link = $link;
}