You are here

function mobile_tools_context_condition_mobile::execute in Mobile Tools 7.2

Same name and namespace in other branches
  1. 6.3 plugins/mobile_tools_context_condition_mobile.inc \mobile_tools_context_condition_mobile::execute()
  2. 6.2 plugins/mobile_tools_context_condition_mobile.inc \mobile_tools_context_condition_mobile::execute()

Process condition logic

File

mobile_tools_context/mobile_tools_context.condition_mobile.inc, line 21
Integration with the Context module

Class

mobile_tools_context_condition_mobile
@file Integration with the Context module

Code

function execute() {

  // Get active device group
  $active = mobile_tools_get_active_device_group();

  // Trigger the context condition based on the active device group
  // @todo
}