You are here

public function AcquiaLiftTarget::supportsMVTs in Acquia Lift Connector 7

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

Implements PersonalizeAgentInterface::supportsMVTs().

File

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

Class

AcquiaLiftTarget
@file Provides an agent for doing fixed targeting.

Code

public function supportsMVTs() {
  return FALSE;
}