You are here

function mobile_codes_default_mobile_codes_preset in Mobile Codes 7.2

Same name and namespace in other branches
  1. 6.2 includes/mobile_codes.inc \mobile_codes_default_mobile_codes_preset()

Implements hook_default_mobile_codes_preset().

File

includes/mobile_codes.inc, line 53
Mobile Codes module integration.

Code

function mobile_codes_default_mobile_codes_preset() {
  $export = array();
  drupal_alter('mobile_codes_default_mobile_codes_preset', $export);
  return $export;
}