You are here

public function AcquiaLiftAgentInterface::syncDecisions in Acquia Lift Connector 7

Synchronizes the decision structure for this agent to Acquia Lift.

If decision names or decision points have been renamed or removed, they need to be deleted in Acquia Lift and the new points and decisions added.

Parameters

$old_decisions: Array representing the old decision structure from when it was last sync'd to AcquiaLift.

$new_decisions: Array representing the new decision structure.

Return value

mixed

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

File

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

Class

AcquiaLiftAgentInterface
@file Provides an agent type for Acquia Lift

Code

public function syncDecisions($old_decisions, $new_decisions);