protected property BehaviorSettings::$redirect in Rabbit Hole 8
Same name and namespace in other branches
- 2.x 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\EntityCode
protected $redirect;