You are here

public function BehaviorSettingsInterface::getAction in Rabbit Hole 2.x

Same name and namespace in other branches
  1. 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_hole

Code

public function getAction();