[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/views/handlers/ -> views_handler_argument_many_to_one.inc (summary)

(no description)

File Size: 170 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

views_handler_argument_many_to_one:: (9 methods):
  init()
  option_definition()
  options_form()
  ensure_my_table()
  query()
  title()
  summary_query()
  summary_argument()
  title_query()


Class: views_handler_argument_many_to_one  - X-Ref

An argument handler for use in fields that have a many to one relationship
with the table(s) to the left. This adds a bunch of options that are
reasonably common with this type of relationship.
Definition terms:
- numeric: If true, the field will be considered numeric. Probably should
always be set TRUE as views_handler_argument_string has many to one
capabilities.
- zero is null: If true, a 0 will be handled as empty, so for example
a default argument can be provided or a summary can be shown.

init(&$view, &$options)   X-Ref
No description

option_definition()   X-Ref
No description

options_form(&$form, &$form_state)   X-Ref
No description

ensure_my_table()   X-Ref
Override ensure_my_table so we can control how this joins in.
The operator actually has influence over joining.


query()   X-Ref
No description

title()   X-Ref
No description

summary_query()   X-Ref
No description

summary_argument($data)   X-Ref
No description

title_query()   X-Ref
Override for specific title lookups.




Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7