public function BehaviorSettingsInterface::setAction in Rabbit Hole 2.x
Same name and namespace in other branches
- 8 src/BehaviorSettingsInterface.php \Drupal\rabbit_hole\BehaviorSettingsInterface::setAction()
Set the configured action.
Parameters
string $action: The action to save.
1 method overrides BehaviorSettingsInterface::setAction()
- BehaviorSettings::setAction in src/
Entity/ BehaviorSettings.php - Set the configured action.
File
- src/
BehaviorSettingsInterface.php, line 18
Class
- BehaviorSettingsInterface
- Provides an interface for defining Behavior settings entities.
Namespace
Drupal\rabbit_holeCode
public function setAction($action);