You are here

public function StepInterface::formMode in Forms Steps 8

Gets the step's form mode.

Return value

string The step's form mode.

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

File

src/StepInterface.php, line 56

Class

StepInterface
An interface for step value objects.

Namespace

Drupal\forms_steps

Code

public function formMode();