Skip to content
Snippets Groups Projects
Unverified Commit ecb9c502 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3157963 by shailja179, ravi.shankar, kiamlaluno, davidhernandez,...

Issue #3157963 by shailja179, ravi.shankar, kiamlaluno, davidhernandez, joachim: The link given in FormState::setRedirect() for the page explaining what values are available for $options param takes to a class documentation page

(cherry picked from commit d6b4ca71)
parent 5812d067
Branches
Tags 8.x-3.6
7 merge requests!1286issue #3240655 by elfakhar,!1285Issue #3240655 by elfakhar Aligne the active border,!541Issue #3123070: Fix 'PSR2.Classes.PropertyDeclaration.Underscore' coding standard,!463Resolve #3205025 "Class align center for media",!386Allow multiple vocabularies in the taxonomy filter,!308Issue #3118206: Remote media does not validate provider,!35Issue #3164686 WebAssert::addressEquals() and AssertLegacyTrait::assertUrl() fail to check the querystring
...@@ -121,12 +121,13 @@ public function getResponse(); ...@@ -121,12 +121,13 @@ public function getResponse();
* @param array $route_parameters * @param array $route_parameters
* (optional) An associative array of parameter names and values. * (optional) An associative array of parameter names and values.
* @param array $options * @param array $options
* (optional) An associative array of additional options. See * (optional) An associative array of additional options containing the
* \Drupal\Core\Url for the available keys. * same values accepted from \Drupal\Core\Url::fromUri() for $options.
* *
* @return $this * @return $this
* *
* @see \Drupal\Core\Form\FormSubmitterInterface::redirectForm() * @see \Drupal\Core\Form\FormSubmitterInterface::redirectForm()
* @see \Drupal\Core\Url::fromUri()
*/ */
public function setRedirect($route_name, array $route_parameters = [], array $options = []); public function setRedirect($route_name, array $route_parameters = [], array $options = []);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment