You are here

function emaudio_handler_arg_provider in Embedded Media Field 6.2

Same name and namespace in other branches
  1. 5 contrib/emaudio/emaudio.module \emaudio_handler_arg_provider()
  2. 6.3 contrib/emaudio/emaudio.module \emaudio_handler_arg_provider()
  3. 6 contrib/emaudio/emaudio.module \emaudio_handler_arg_provider()

File

contrib/emaudio/emaudio.module, line 73
Embedded Audio module is a handler for mp3 and similar audio files, hosted on 3rd party sites.

Code

function emaudio_handler_arg_provider($op, &$query, $argtype, $arg = '') {
  return _emfield_handler_arg_provider($op, $query, $argtype, $arg, 'emaudio');
}