Gets whether the redirect respects the destination query parameter.

Return value

bool TRUE if the redirect should take precedence over the destination query parameter.

1 method overrides FormStateInterface::getIgnoreDestination()
FormStateDecoratorBase::getIgnoreDestination in core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
Gets whether the redirect respects the destination query parameter.

File

core/lib/Drupal/Core/Form/FormStateInterface.php, line 179

Class

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

Namespace

Drupal\Core\Form

Code

public function getIgnoreDestination() : bool;