public function Step::deleteLabel in Forms Steps 8
Gets the delete label.
Return value
string The delete label.
File
- src/
Step.php, line 256
Class
- Step
- A value object representing a step state.
Namespace
Drupal\forms_stepsCode
public function deleteLabel() {
return $this->deleteLabel;
}