You are here

phonefield.api.php in Phone Field 7

Hooks for phonefield module.

File

phonefield.api.php
View source
<?php

/**
 * @file
 * Hooks for phonefield module.
 */

/**
 * Report if browser supports the tel: protocol.
 *
 * @return bool
 *   TRUE if device supports tel: protocol, otherwise FALSE.
 */
function hook_phonefield_supports_tel() {
  return FALSE;
}

Functions

Namesort descending Description
hook_phonefield_supports_tel Report if browser supports the tel: protocol.