You are here

public function AcquiaLiftTarget::supportsMVTs in Acquia Lift Connector 7.2

Same name and namespace in other branches
  1. 7 plugins/agent_types/AcquiaLiftTarget.inc \AcquiaLiftTarget::supportsMVTs()

Implements PersonalizeAgentInterface::supportsMVTs().

File

plugins/agent_types/AcquiaLiftTarget.inc, line 63
Provides an agent for doing fixed targeting.

Class

AcquiaLiftTarget
@file Provides an agent for doing fixed targeting.

Code

public function supportsMVTs() {
  return TRUE;
}