public function BehaviorSettingsInterface::getRedirectPath in Rabbit Hole 2.x
Same name and namespace in other branches
- 8 src/BehaviorSettingsInterface.php \Drupal\rabbit_hole\BehaviorSettingsInterface::getRedirectPath()
Get the redirect path if action is redirect.
Return value
string The redirect path.
1 method overrides BehaviorSettingsInterface::getRedirectPath()
- BehaviorSettings::getRedirectPath in src/
Entity/ BehaviorSettings.php - Get the redirect path if action is redirect.
File
- src/
BehaviorSettingsInterface.php, line 72
Class
- BehaviorSettingsInterface
- Provides an interface for defining Behavior settings entities.
Namespace
Drupal\rabbit_holeCode
public function getRedirectPath();