You are here

function mobile_codes_default_mobile_codes_provider in Mobile Codes 7.2

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

Implements hook_default_mobile_codes_provider().

File

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

Code

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