You are here

function book_views_arguments in Views (for Drupal 7) 5

File

modules/views_book.inc, line 70

Code

function book_views_arguments() {
  $arguments = array(
    'book_parent' => array(
      'name' => t("Book: Parent Node ID"),
      'handler' => "views_handler_arg_book_parent",
    ),
  );
  return $arguments;
}