public function FormsSteps::getProgressStepsLinksSavedOnlyNext in Forms Steps 8
Returns the Progress steps links saved only next setting.
File
- src/
Entity/ FormsSteps.php, line 165
Class
- FormsSteps
- FormsSteps configuration entity to persistently store configuration.
Namespace
Drupal\forms_steps\EntityCode
public function getProgressStepsLinksSavedOnlyNext() {
return $this->progress_steps_links_saved_only_next;
}