views_handler_argument_numeric::title |
core/modules/views/handlers/views_handler_argument_numeric.inc |
Get the title this argument will assign the view, given the argument. |
views_handler_argument_numeric::title_query |
core/modules/views/handlers/views_handler_argument_numeric.inc |
Override for specific title lookups. |
views_handler_argument_search::query |
core/modules/search/views/views_handler_argument_search.inc |
Add this argument to the query. |
views_handler_argument_search::query_parse_search_expression |
core/modules/search/views/views_handler_argument_search.inc |
Make sure that parseSearchExpression is run and everything is set up for
it. |
views_handler_argument_string::get_formula |
core/modules/views/handlers/views_handler_argument_string.inc |
Get the formula for this argument. |
views_handler_argument_string::get_sort_name |
core/modules/views/handlers/views_handler_argument_string.inc |
Return a description of how the argument would normally be sorted. |
views_handler_argument_string::init |
core/modules/views/handlers/views_handler_argument_string.inc |
init the handler with necessary data. |
views_handler_argument_string::options_form |
core/modules/views/handlers/views_handler_argument_string.inc |
Build the options form. |
views_handler_argument_string::option_definition |
core/modules/views/handlers/views_handler_argument_string.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_argument_string::query |
core/modules/views/handlers/views_handler_argument_string.inc |
Build the query based upon the formula |
views_handler_argument_string::summary_argument |
core/modules/views/handlers/views_handler_argument_string.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_string::summary_name |
core/modules/views/handlers/views_handler_argument_string.inc |
Provides the name to use for the summary. By default this is just
the name field. |
views_handler_argument_string::summary_query |
core/modules/views/handlers/views_handler_argument_string.inc |
Build the summary query based on a string |
views_handler_argument_string::title |
core/modules/views/handlers/views_handler_argument_string.inc |
Get the title this argument will assign the view, given the argument. |
views_handler_argument_string::title_query |
core/modules/views/handlers/views_handler_argument_string.inc |
Override for specific title lookups. |
views_handler_argument_taxonomy::title |
core/modules/taxonomy/views/views_handler_argument_taxonomy.inc |
Override the behavior of title(). Get the title of the node. |
views_handler_argument_term_language::construct |
core/modules/taxonomy/views/views_handler_argument_term_language.inc |
Constructor |
views_handler_argument_term_language::summary_name |
core/modules/taxonomy/views/views_handler_argument_term_language.inc |
Override the behavior of summary_name(). Get the user friendly version
of the language. |
views_handler_argument_term_language::term_language |
core/modules/taxonomy/views/views_handler_argument_term_language.inc |
|
views_handler_argument_term_language::title |
core/modules/taxonomy/views/views_handler_argument_term_language.inc |
Override the behavior of title(). Get the user friendly version of the
node type. |
views_handler_argument_term_node_tid::options_form |
core/modules/taxonomy/views/views_handler_argument_term_node_tid.inc |
Build the options form. |
views_handler_argument_term_node_tid::option_definition |
core/modules/taxonomy/views/views_handler_argument_term_node_tid.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_argument_term_node_tid::set_breadcrumb |
core/modules/taxonomy/views/views_handler_argument_term_node_tid.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_term_node_tid::title_query |
core/modules/taxonomy/views/views_handler_argument_term_node_tid.inc |
Override for specific title lookups. |
views_handler_argument_term_node_tid_depth::default_actions |
core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth.inc |
Override default_actions() to remove summary actions. |
views_handler_argument_term_node_tid_depth::options_form |
core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth.inc |
Build the options form. |
views_handler_argument_term_node_tid_depth::option_definition |
core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_handler_argument_term_node_tid_depth::query |
core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth.inc |
Set up the query for this argument. |
views_handler_argument_term_node_tid_depth::set_breadcrumb |
core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth.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_term_node_tid_depth::title |
core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth.inc |
Get the title this argument will assign the view, given the argument. |
views_handler_argument_term_node_tid_depth_modifier::options_form |
core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth_modifier.inc |
Build the options form. |
views_handler_argument_term_node_tid_depth_modifier::pre_query |
core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth_modifier.inc |
Run before the view is built. |
views_handler_argument_term_node_tid_depth_modifier::query |
core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth_modifier.inc |
Set up the query for this argument. |
views_handler_argument_users_roles::title_query |
core/modules/user/views/views_handler_argument_users_roles.inc |
Override for specific title lookups. |
views_handler_argument_user_uid::title_query |
core/modules/user/views/views_handler_argument_user_uid.inc |
Override the behavior of title(). Get the name of the user. |
views_handler_argument_vocabulary::title |
core/modules/taxonomy/views/views_handler_argument_vocabulary.inc |
Override the behavior of title(). Get the name of the vocabulary. |
views_handler_field::add_additional_fields |
core/modules/views/handlers/views_handler_field.inc |
Add 'additional' fields to the query. |
views_handler_field::add_self_tokens |
core/modules/views/handlers/views_handler_field.inc |
Add any special tokens this field might use for itself. |
views_handler_field::admin_summary |
core/modules/views/handlers/views_handler_field.inc |
Provide extra data to the administration form |
views_handler_field::advanced_render |
core/modules/views/handlers/views_handler_field.inc |
Render a field using advanced settings. |
views_handler_field::allow_advanced_render |
core/modules/views/handlers/views_handler_field.inc |
Determine if this field can allow advanced rendering. |
views_handler_field::click_sort |
core/modules/views/handlers/views_handler_field.inc |
Called to determine what to tell the click sorter. |
views_handler_field::click_sortable |
core/modules/views/handlers/views_handler_field.inc |
Determine if this field is click sortable. |
views_handler_field::construct |
core/modules/views/handlers/views_handler_field.inc |
Construct a new field handler. |
views_handler_field::document_self_tokens |
core/modules/views/handlers/views_handler_field.inc |
Document any special tokens this field might use for itself. |
views_handler_field::element_classes |
core/modules/views/handlers/views_handler_field.inc |
Return the class of the field. |
views_handler_field::element_label_classes |
core/modules/views/handlers/views_handler_field.inc |
Return the class of the field's label. |
views_handler_field::element_label_type |
core/modules/views/handlers/views_handler_field.inc |
Return an HTML element for the label based upon the field's element type. |
views_handler_field::element_type |
core/modules/views/handlers/views_handler_field.inc |
Return an HTML element based upon the field's element type. |
views_handler_field::element_wrapper_classes |
core/modules/views/handlers/views_handler_field.inc |
Return the class of the field's wrapper. |