You are here

public function BehaviorSettings::getRedirectCode in Rabbit Hole 8

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

Get the redirect code if action is redirect.

Overrides BehaviorSettingsInterface::getRedirectCode

File

src/Entity/BehaviorSettings.php, line 168

Class

BehaviorSettings
Defines the Behavior settings entity.

Namespace

Drupal\rabbit_hole\Entity

Code

public function getRedirectCode() {
  return $this->redirect_code;
}