You are here

protected property GotoAction::$unroutedUrlAssembler in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php \Drupal\Core\Action\Plugin\Action\GotoAction::unroutedUrlAssembler

The unrouted URL assembler service.

Type: \Drupal\Core\Utility\UnroutedUrlAssemblerInterface

File

core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php, line 40

Class

GotoAction
Redirects to a different URL.

Namespace

Drupal\Core\Action\Plugin\Action

Code

protected $unroutedUrlAssembler;