You are here

public function BehaviorSettingsInterface::getRedirectCode in Rabbit Hole 8

Same name and namespace in other branches
  1. 2.x src/BehaviorSettingsInterface.php \Drupal\rabbit_hole\BehaviorSettingsInterface::getRedirectCode()

Get the redirect code if action is redirect.

1 method overrides BehaviorSettingsInterface::getRedirectCode()
BehaviorSettings::getRedirectCode in src/Entity/BehaviorSettings.php
Get the redirect code if action is redirect.

File

src/BehaviorSettingsInterface.php, line 56

Class

BehaviorSettingsInterface
Provides an interface for defining Behavior settings entities.

Namespace

Drupal\rabbit_hole

Code

public function getRedirectCode();