You are here

public function BehaviorSettingsInterface::setRedirectPath in Rabbit Hole 2.x

Same name and namespace in other branches
  1. 8 src/BehaviorSettingsInterface.php \Drupal\rabbit_hole\BehaviorSettingsInterface::setRedirectPath()

Set the redirect path if action is redirect.

Parameters

string $redirect: The redirect path.

1 method overrides BehaviorSettingsInterface::setRedirectPath()
BehaviorSettings::setRedirectPath in src/Entity/BehaviorSettings.php
Set the redirect path if action is redirect.

File

src/BehaviorSettingsInterface.php, line 64

Class

BehaviorSettingsInterface
Provides an interface for defining Behavior settings entities.

Namespace

Drupal\rabbit_hole

Code

public function setRedirectPath($redirect);