public function GotoAction::execute

Executes the plugin.

Overrides ExecutableInterface::execute

File

drupal/core/modules/action/lib/Drupal/action/Plugin/Action/GotoAction.php, line 28
Contains \Drupal\action\Plugin\Action\GotoAction.

Class

GotoAction
Redirects to a different URL.

Namespace

Drupal\action\Plugin\Action

Code

public function execute($object = NULL) {
  drupal_goto($this->configuration['url']);
}