You are here

function nat_views_arguments in Node Auto Term [NAT] 5

File

includes/nat_views.inc, line 30

Code

function nat_views_arguments() {
  $arguments = array(
    'nat_assigned_term' => array(
      'name' => t('NAT: Assigned Term'),
      'handler' => 'nat_views_handler_arg_nid',
      'help' => t('Filter by the node\'s term assigned with NAT.'),
    ),
  );
  return $arguments;
}