You are here

protected property RedirectCommand::$url in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 22
Contains \Drupal\Core\Ajax\RedirectCommand.

Class

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

Namespace

Drupal\Core\Ajax

Code

protected $url;