You are here

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

Same name and namespace in other branches
  1. 8 src/Entity/BehaviorSettings.php \Drupal\rabbit_hole\Entity\BehaviorSettings::getAction()

Get the configured action.

Return value

string The action id.

Overrides BehaviorSettingsInterface::getAction

File

src/Entity/BehaviorSettings.php, line 118

Class

BehaviorSettings
Defines the Behavior settings entity.

Namespace

Drupal\rabbit_hole\Entity

Code

public function getAction() {
  return $this->action;
}