You are here

function og_views_arguments in Organic groups 5.2

Same name and namespace in other branches
  1. 5.8 og_views.inc \og_views_arguments()
  2. 5 og_views.inc \og_views_arguments()
  3. 5.3 og_views.inc \og_views_arguments()
  4. 5.7 og_views.inc \og_views_arguments()

File

./og_views.inc, line 232

Code

function og_views_arguments() {
  $args = array(
    'gid' => array(
      'name' => t("Og: Group nid"),
      'handler' => 'og_handler_argument_gid',
      'help' => t('Filter for a given organic group'),
    ),
  );
  return $args;
}