You are here

public function FormsSteps::getRedirectionTarget in Forms Steps 8

Returns the redirection target.

File

src/Entity/FormsSteps.php, line 179

Class

FormsSteps
FormsSteps configuration entity to persistently store configuration.

Namespace

Drupal\forms_steps\Entity

Code

public function getRedirectionTarget() {
  return $this->redirection_target;
}