You are here

public static function AcquiaLiftSimpleAB::simplifiedForm in Acquia Lift Connector 7

Implements PersonalizeAgentInterface::optionsForm().

Overrides AcquiaLiftSimplifiedAgentInterface::simplifiedForm

File

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

Class

AcquiaLiftSimpleAB
Class AcquiaLiftSimpleAB

Code

public static function simplifiedForm($agent_data) {
  return self::buildOptionsForm($agent_data, TRUE);
}