You are here

public function AcquiaLiftAgent::postSave in Acquia Lift Connector 7

Implements PersonalizeAgentInterface::postSave().

File

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

Class

AcquiaLiftAgent

Code

public function postSave($old_data) {
  $items = $this
    ->getAgentSyncOperations(isset($old_data->data['visitor_context']['acquia_lift_context']));
  $this
    ->queueItems($items);
}