You are here

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\Entity

Code

public function getDescription() {
  return $this->description;
}