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