You are here

public function AcquiaLiftAgent::syncGoals in Acquia Lift Connector 7

Implements AcquiaLiftAgentInterface::syncGoals().

Overrides AcquiaLiftAgentInterface::syncGoals

File

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

Class

AcquiaLiftAgent

Code

public function syncGoals($old_goals, $new_goals) {
  $items = $this
    ->getGoalSyncOperations($old_goals, $new_goals);
  $this
    ->queueItems($items);
}