You are here

public function StepInterface::id in Forms Steps 8

Gets the step's ID.

Return value

string The step's ID.

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

File

src/StepInterface.php, line 16

Class

StepInterface
An interface for step value objects.

Namespace

Drupal\forms_steps

Code

public function id();