You are here

public function StepInterface::label in Forms Steps 8

Gets the step's label.

Return value

string The step's label.

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

File

src/StepInterface.php, line 24

Class

StepInterface
An interface for step value objects.

Namespace

Drupal\forms_steps

Code

public function label();