You are here

protected property BehaviorSettings::$redirect in Rabbit Hole 2.x

Same name and namespace in other branches
  1. 8 src/Entity/BehaviorSettings.php \Drupal\rabbit_hole\Entity\BehaviorSettings::redirect

The path to use for redirects (if the action is redirect).

Todo: It may be possible to make this reliant on a plugin instead (i.e. the redirect plugin) - if so, we should probably do this.

Type: string

File

src/Entity/BehaviorSettings.php, line 82

Class

BehaviorSettings
Defines the Behavior settings entity.

Namespace

Drupal\rabbit_hole\Entity

Code

protected $redirect;