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