You are here

public function FormsStepsInterface::setStepUrl in Forms Steps 8

Sets a step's URL value.

Parameters

string $step_id: The step ID to set the URL for.

int $url: The step's URL.

Return value

\Drupal\forms_steps\StepInterface The forms_steps entity.

1 method overrides FormsStepsInterface::setStepUrl()
FormsSteps::setStepUrl in src/Entity/FormsSteps.php
Sets a step's URL value.

File

src/FormsStepsInterface.php, line 268

Class

FormsStepsInterface
Interface FormsStepsInterface.

Namespace

Drupal\forms_steps

Code

public function setStepUrl($step_id, $url);