You are here

public function StepInterface::entityBundle in Forms Steps 8

Gets the step's bundle.

Return value

string The step's entity bundle.

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

File

src/StepInterface.php, line 40

Class

StepInterface
An interface for step value objects.

Namespace

Drupal\forms_steps

Code

public function entityBundle();