public function FormsSteps::getDescription in Forms Steps 8
Returns the description.
File
- src/
Entity/ FormsSteps.php, line 151
Class
- FormsSteps
- FormsSteps configuration entity to persistently store configuration.
Namespace
Drupal\forms_steps\EntityCode
public function getDescription() {
return $this->description;
}