Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Ajax/RedirectCommand.php \Drupal\Core\Ajax\RedirectCommand::url
  2. 9 core/lib/Drupal/Core/Ajax/RedirectCommand.php \Drupal\Core\Ajax\RedirectCommand::url

The URL that will be loaded into window.location.

Type: string

File

core/lib/Drupal/Core/Ajax/RedirectCommand.php, line 17

Class

RedirectCommand
Defines an AJAX command to set the window.location, loading that URL.

Namespace

Drupal\Core\Ajax

Code

protected $url;