You are here

public function FormStateInterface::getRedirect in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::getRedirect()

Gets the value to use for redirecting after the form has been executed.

Return value

mixed The value will be one of the following:

See also

\Drupal\Core\Form\FormSubmitterInterface::redirectForm()

1 method overrides FormStateInterface::getRedirect()
FormState::getRedirect in core/lib/Drupal/Core/Form/FormState.php
Gets the value to use for redirecting after the form has been executed.

File

core/lib/Drupal/Core/Form/FormStateInterface.php, line 164
Contains \Drupal\Core\Form\FormStateInterface.

Class

FormStateInterface
Provides an interface for an object containing the current state of a form.

Namespace

Drupal\Core\Form

Code

public function getRedirect();