diff --git a/core/lib/Drupal/Core/Form/FormStateInterface.php b/core/lib/Drupal/Core/Form/FormStateInterface.php index 9a69764f19d6994ee0154d53d8479ca3f0587615..223cc24c757c2edc0a54361e6ba462cf6b313e6e 100644 --- a/core/lib/Drupal/Core/Form/FormStateInterface.php +++ b/core/lib/Drupal/Core/Form/FormStateInterface.php @@ -121,12 +121,13 @@ public function getResponse(); * @param array $route_parameters * (optional) An associative array of parameter names and values. * @param array $options - * (optional) An associative array of additional options. See - * \Drupal\Core\Url for the available keys. + * (optional) An associative array of additional options containing the + * same values accepted from \Drupal\Core\Url::fromUri() for $options. * * @return $this * * @see \Drupal\Core\Form\FormSubmitterInterface::redirectForm() + * @see \Drupal\Core\Url::fromUri() */ public function setRedirect($route_name, array $route_parameters = [], array $options = []);