Handlers for arguments

  1. 3.x handlers/views_handler_argument.inc views_argument_handlers
  2. 2.x handlers/views_handler_argument.inc views_argument_handlers

File

handlers/views_handler_argument.inc, line 3

Classes

Namesort descending Location Description
views_handler_argument handlers/views_handler_argument.inc Base class for arguments.
views_handler_argument handlers/views_handler_argument.inc Base class for arguments.
views_handler_argument_broken handlers/views_handler_argument.inc A special handler to take the place of missing or broken handlers.
views_handler_argument_broken handlers/views_handler_argument.inc A special handler to take the place of missing or broken handlers.
views_handler_argument_date handlers/views_handler_argument_date.inc Abstract argument handler for dates.
views_handler_argument_formula handlers/views_handler_argument_formula.inc Abstract argument handler for simple formulae.
views_handler_argument_many_to_one handlers/views_handler_argument_many_to_one.inc 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:
views_handler_argument_numeric handlers/views_handler_argument_numeric.inc Basic argument handler for arguments that are numeric. Incorporates break_phrase.
views_handler_argument_string handlers/views_handler_argument_string.inc Basic argument handler to implement string arguments that may have length limits.