public function FormsStepsInterface::hasProgressStep in Forms Steps 8
Determines if the forms_steps has a progress step with the provided ID.
Parameters
string $progress_step_id: The progress step's ID.
Return value
bool TRUE if the forms_steps has a progress step with the provided ID, FALSE if not.
1 method overrides FormsStepsInterface::hasProgressStep()
- FormsSteps::hasProgressStep in src/
Entity/ FormsSteps.php - Determines if the forms_steps has a progress step with the provided ID.
File
- src/
FormsStepsInterface.php, line 75
Class
- FormsStepsInterface
- Interface FormsStepsInterface.
Namespace
Drupal\forms_stepsCode
public function hasProgressStep($progress_step_id);