You are here

public static function AcquiaLiftAgentInterface::convertOptionSetsToDecisions in Acquia Lift Connector 7

Organizes an array of option sets into decision points.

Parameters

$option_sets: An array of option sets.

Return value

array An associative array keyed by decision points, whose values are associative arrays with decision names as keys and an array of choices as values.

1 method overrides AcquiaLiftAgentInterface::convertOptionSetsToDecisions()
AcquiaLiftAgent::convertOptionSetsToDecisions in plugins/agent_types/AcquiaLiftAgent.inc
Implements AcquiaLiftAgent::convertOptionSetsToDecisions().

File

plugins/agent_types/AcquiaLiftAgent.inc, line 59
Provides an agent type for Acquia Lift

Class

AcquiaLiftAgentInterface
@file Provides an agent type for Acquia Lift

Code

public static function convertOptionSetsToDecisions($option_sets);