You are here

function views_xhtml_hcard_handler in Views Datasource 5

handler for our own XHTML hCard argument handler

1 string reference to 'views_xhtml_hcard_handler'
views_xhtml_views_arguments in ./views_xhtml.module

File

./views_xhtml.module, line 55
Provides Views plugin for rendering node content as XHTML microformats.

Code

function views_xhtml_hcard_handler($op, &$query, $argtype, $arg = '') {
  if ($op == 'filter') {
    views_xhtml_hcard_views_argument('argument', $GLOBALS['current_view'], $arg);
  }
}