views_handler_argument::options_validate |
core/modules/views/handlers/views_handler_argument.inc |
Validate the options form. |
views_handler_argument::option_definition |
core/modules/views/handlers/views_handler_argument.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_argument::process_summary_arguments |
core/modules/views/handlers/views_handler_argument.inc |
Process the summary arguments for display. |
views_handler_argument::query |
core/modules/views/handlers/views_handler_argument.inc |
Set up the query for this argument. |
views_handler_argument::set_argument |
core/modules/views/handlers/views_handler_argument.inc |
Set the input for this argument |
views_handler_argument::set_breadcrumb |
core/modules/views/handlers/views_handler_argument.inc |
Give an argument the opportunity to modify the breadcrumb, if it wants.
This only gets called on displays where a breadcrumb is actually used. |
views_handler_argument::summary_argument |
core/modules/views/handlers/views_handler_argument.inc |
Provide the argument to use to link from the summary to the next level;
this will be called once per row of a summary, and used as part of
$view->get_url(). |
views_handler_argument::summary_basics |
core/modules/views/handlers/views_handler_argument.inc |
Some basic summary behavior that doesn't need to be repeated as much as
code that goes into summary_query() |
views_handler_argument::summary_name |
core/modules/views/handlers/views_handler_argument.inc |
Provides the name to use for the summary. By default this is just
the name field. |
views_handler_argument::summary_name_field |
core/modules/views/handlers/views_handler_argument.inc |
Add the name field, which is the field displayed in summary queries.
This is often used when the argument is numeric. |
views_handler_argument::summary_query |
core/modules/views/handlers/views_handler_argument.inc |
Build the info for the summary query. |
views_handler_argument::summary_sort |
core/modules/views/handlers/views_handler_argument.inc |
Sorts the summary based upon the user's selection. The base variant of
this is usually adequate. |
views_handler_argument::title |
core/modules/views/handlers/views_handler_argument.inc |
Get the title this argument will assign the view, given the argument. |
views_handler_argument::uses_breadcrumb |
core/modules/views/handlers/views_handler_argument.inc |
Determine if the argument can generate a breadcrumb |
views_handler_argument::validate_arg |
core/modules/views/handlers/views_handler_argument.inc |
Validate that this argument works. By default, all arguments are valid. |
views_handler_argument::validate_argument |
core/modules/views/handlers/views_handler_argument.inc |
Called by the menu system to validate an argument. |
views_handler_argument::validate_argument_basic |
core/modules/views/handlers/views_handler_argument.inc |
Provide a basic argument validation. |
views_handler_argument::validate_fail |
core/modules/views/handlers/views_handler_argument.inc |
How to act if validation fails. |
views_handler_argument_broken::broken |
core/modules/views/handlers/views_handler_argument.inc |
Determine if the handler is considered 'broken' |
views_handler_argument_broken::ensure_my_table |
core/modules/views/handlers/views_handler_argument.inc |
Ensure the main table for this handler is in the query. This is used
a lot. |
views_handler_argument_broken::options_form |
core/modules/views/handlers/views_handler_argument.inc |
Build the options form. |
views_handler_argument_broken::query |
core/modules/views/handlers/views_handler_argument.inc |
Set up the query for this argument. |
views_handler_argument_broken::ui_name |
core/modules/views/handlers/views_handler_argument.inc |
Return a string representing this handler's name in the UI. |
views_handler_argument_comment_user_uid::default_actions |
core/modules/comment/views/views_handler_argument_comment_user_uid.inc |
Provide a list of default behaviors for this argument if the argument
is not present. |
views_handler_argument_comment_user_uid::get_sort_name |
core/modules/comment/views/views_handler_argument_comment_user_uid.inc |
Return a description of how the argument would normally be sorted. |
views_handler_argument_comment_user_uid::query |
core/modules/comment/views/views_handler_argument_comment_user_uid.inc |
Set up the query for this argument. |
views_handler_argument_comment_user_uid::title |
core/modules/comment/views/views_handler_argument_comment_user_uid.inc |
Get the title this argument will assign the view, given the argument. |
views_handler_argument_date::default_argument_form |
core/modules/views/handlers/views_handler_argument_date.inc |
Add an option to set the default value to the current date. |
views_handler_argument_date::get_default_argument |
core/modules/views/handlers/views_handler_argument_date.inc |
Set the empty argument value to the current date,
formatted appropriately for this argument. |
views_handler_argument_date::get_sort_name |
core/modules/views/handlers/views_handler_argument_date.inc |
Return a description of how the argument would normally be sorted. |
views_handler_argument_field_list::init |
core/modules/field/views/views_handler_argument_field_list.inc |
init the handler with necessary data. |
views_handler_argument_field_list::options_form |
core/modules/field/views/views_handler_argument_field_list.inc |
Build the options form. |
views_handler_argument_field_list::option_definition |
core/modules/field/views/views_handler_argument_field_list.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_argument_field_list::summary_name |
core/modules/field/views/views_handler_argument_field_list.inc |
Provides the name to use for the summary. By default this is just
the name field. |
views_handler_argument_field_list_string::init |
core/modules/field/views/views_handler_argument_field_list_string.inc |
init the handler with necessary data. |
views_handler_argument_field_list_string::options_form |
core/modules/field/views/views_handler_argument_field_list_string.inc |
Build the options form. |
views_handler_argument_field_list_string::option_definition |
core/modules/field/views/views_handler_argument_field_list_string.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_argument_field_list_string::summary_name |
core/modules/field/views/views_handler_argument_field_list_string.inc |
Provides the name to use for the summary. By default this is just
the name field. |
views_handler_argument_file_fid::title_query |
core/modules/file/views/views_handler_argument_file_fid.inc |
Override the behavior of title_query(). Get the filenames. |
views_handler_argument_file_type::fileType |
core/modules/file/views/views_handler_argument_file_type.inc |
Get the File label (human readable). |
views_handler_argument_file_type::summary_name |
core/modules/file/views/views_handler_argument_file_type.inc |
Override the behavior of summary_name(). |
views_handler_argument_file_type::title |
core/modules/file/views/views_handler_argument_file_type.inc |
Override the behavior of title(). |
views_handler_argument_formula::construct |
core/modules/views/handlers/views_handler_argument_formula.inc |
Constructor |
views_handler_argument_formula::get_formula |
core/modules/views/handlers/views_handler_argument_formula.inc |
|
views_handler_argument_formula::query |
core/modules/views/handlers/views_handler_argument_formula.inc |
Build the query based upon the formula |
views_handler_argument_formula::summary_query |
core/modules/views/handlers/views_handler_argument_formula.inc |
Build the summary query based on a formula |
views_handler_argument_group_by_numeric::get_sort_name |
core/modules/views/handlers/views_handler_argument_group_by_numeric.inc |
Return a description of how the argument would normally be sorted. |
views_handler_argument_group_by_numeric::query |
core/modules/views/handlers/views_handler_argument_group_by_numeric.inc |
Set up the query for this argument. |
views_handler_argument_group_by_numeric::ui_name |
core/modules/views/handlers/views_handler_argument_group_by_numeric.inc |
Return a string representing this handler's name in the UI. |
views_handler_argument_locale_language::construct |
core/modules/locale/views/views_handler_argument_locale_language.inc |
Constructor |