You are here

public function AcquiaLiftAgentInterface::syncGoals in Acquia Lift Connector 7

Synchronize the goals for this agent to Acquia Lift.

Parameters

$old_goals: The old goals that Acquia Lift knows about, with goal names as keys and goal values as values.

$new_goals: The new goals, with goal names as keys and goal values as values.

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

File

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

Class

AcquiaLiftAgentInterface
@file Provides an agent type for Acquia Lift

Code

public function syncGoals($old_goals, $new_goals);