You are here

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

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

The code 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: int

File

src/Entity/BehaviorSettings.php, line 92

Class

BehaviorSettings
Defines the Behavior settings entity.

Namespace

Drupal\rabbit_hole\Entity

Code

protected $redirect_code;