You are here

protected property GotoAction::$dispatcher 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::dispatcher

The event dispatcher service.

Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface

File

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

Class

GotoAction
Redirects to a different URL.

Namespace

Drupal\Core\Action\Plugin\Action

Code

protected $dispatcher;