public function FormsStepsInterface::deleteProgressStep in Forms Steps 8
Deletes a progress step from the forms_steps.
Parameters
string $progress_step_id: The progress step ID to delete.
Return value
\Drupal\forms_steps\ProgressStepInterface The forms_steps entity.
Throws
\InvalidArgumentException Thrown if $progress_step_id does not exist.
1 method overrides FormsStepsInterface::deleteProgressStep()
- FormsSteps::deleteProgressStep in src/
Entity/ FormsSteps.php - Deletes a progress step from the forms_steps.
File
- src/
FormsStepsInterface.php, line 400
Class
- FormsStepsInterface
- Interface FormsStepsInterface.
Namespace
Drupal\forms_stepsCode
public function deleteProgressStep($progress_step_id);