public function BehaviorSettings::getRedirectPath in Rabbit Hole 8
Same name and namespace in other branches
- 2.x src/Entity/BehaviorSettings.php \Drupal\rabbit_hole\Entity\BehaviorSettings::getRedirectPath()
Get the redirect path if action is redirect.
Return value
string The redirect path.
Overrides BehaviorSettingsInterface::getRedirectPath
File
- src/
Entity/ BehaviorSettings.php, line 185
Class
- BehaviorSettings
- Defines the Behavior settings entity.
Namespace
Drupal\rabbit_hole\EntityCode
public function getRedirectPath() {
return $this->redirect;
}