You are here

public function FormsStepsInterface::hasStep in Forms Steps 8

Determines if the forms_steps has a step with the provided ID.

Parameters

string $step_id: The step's ID.

Return value

bool TRUE if the forms_steps has a step with the provided ID, FALSE if not.

1 method overrides FormsStepsInterface::hasStep()
FormsSteps::hasStep in src/Entity/FormsSteps.php
Determines if the forms_steps has a step with the provided ID.

File

src/FormsStepsInterface.php, line 63

Class

FormsStepsInterface
Interface FormsStepsInterface.

Namespace

Drupal\forms_steps

Code

public function hasStep($step_id);