hook_views_query_alter |
function |
docs/docs.php |
Stub hook documentation |
hook_views_query_substitutions |
function |
docs/docs.php |
Stub hook documentation |
node_views_query_substitutions |
function |
modules/node.views.inc |
Implementation of hook_views_query_substitutions(). |
user_views_query_substitutions |
function |
modules/user.views.inc |
Allow replacement of current userid so we can cache these queries |
view::$query |
property |
includes/view.inc |
Where the $query object will reside: |
view::end_query_capture |
function |
includes/view.inc |
Add the list of queries run during render to buildinfo. |
view::init_query |
function |
includes/view.inc |
Do some common building initialization. |
view::start_query_capture |
function |
includes/view.inc |
Set up query capturing. |
view::_pre_query |
function |
includes/view.inc |
Run the pre_query() on all active handlers. |
views_handler::$query |
property |
includes/handlers.inc |
Where the $query object will reside: |
views_handler::pre_query |
function |
includes/handlers.inc |
Run before the view is built. |
views_handler::query |
function |
includes/handlers.inc |
Add this handler into the query. |
views_handler_area::query |
function |
handlers/views_handler_area.inc |
Don't run a query |
views_handler_area_broken::query |
function |
handlers/views_handler_area.inc |
Don't run a query |
views_handler_argument::query |
function |
handlers/views_handler_argument.inc |
Set up the query for this argument. |
views_handler_argument::summary_query |
function |
handlers/views_handler_argument.inc |
Build the info for the summary query. |
views_handler_argument_aggregator_category_cid::title_query |
function |
modules/aggregator/views_handler_argument_aggregator_category_cid.inc |
Override the behavior of title(). Get the title of the category. |
views_handler_argument_aggregator_fid::title_query |
function |
modules/aggregator/views_handler_argument_aggregator_fid.inc |
Override the behavior of title(). Get the title of the feed. |
views_handler_argument_aggregator_iid::title_query |
function |
modules/aggregator/views_handler_argument_aggregator_iid.inc |
Override the behavior of title(). Get the title of the category. |
views_handler_argument_broken::query |
function |
handlers/views_handler_argument.inc |
Set up the query for this argument. |
views_handler_argument_comment_user_uid::query |
function |
modules/comment/views_handler_argument_comment_user_uid.inc |
Set up the query for this argument. |
views_handler_argument_file_fid::title_query |
function |
modules/system/views_handler_argument_file_fid.inc |
Override the behavior of title(). Get the title of the file. |
views_handler_argument_formula::query |
function |
handlers/views_handler_argument_formula.inc |
Build the query based upon the formula |
views_handler_argument_formula::summary_query |
function |
handlers/views_handler_argument_formula.inc |
Build the summary query based on a formula |
views_handler_argument_group_by_numeric::query |
function |
handlers/views_handler_argument_group_by_numeric.inc |
Set up the query for this argument. |
views_handler_argument_many_to_one::query |
function |
handlers/views_handler_argument_many_to_one.inc |
Set up the query for this argument. |
views_handler_argument_many_to_one::summary_query |
function |
handlers/views_handler_argument_many_to_one.inc |
Build the info for the summary query. |
views_handler_argument_many_to_one::title_query |
function |
handlers/views_handler_argument_many_to_one.inc |
Override for specific title lookups. |
views_handler_argument_node_nid::title_query |
function |
modules/node/views_handler_argument_node_nid.inc |
Override the behavior of title(). Get the title of the node. |
views_handler_argument_node_tnid::title_query |
function |
modules/translation/views_handler_argument_node_tnid.inc |
Override the behavior of title(). Get the title of the node. |
views_handler_argument_node_uid_revision::query |
function |
modules/node/views_handler_argument_node_uid_revision.inc |
Set up the query for this argument. |
views_handler_argument_node_vid::title_query |
function |
modules/node/views_handler_argument_node_vid.inc |
Override the behavior of title(). Get the title of the revision. |
views_handler_argument_null::query |
function |
handlers/views_handler_argument_null.inc |
Override the behavior of query() to prevent the query
from being changed in any way. |
views_handler_argument_numeric::query |
function |
handlers/views_handler_argument_numeric.inc |
Set up the query for this argument. |
views_handler_argument_numeric::title_query |
function |
handlers/views_handler_argument_numeric.inc |
Override for specific title lookups. |
views_handler_argument_search::query |
function |
modules/search/views_handler_argument_search.inc |
Add this argument to the query. |
views_handler_argument_string::query |
function |
handlers/views_handler_argument_string.inc |
Build the query based upon the formula |
views_handler_argument_string::summary_query |
function |
handlers/views_handler_argument_string.inc |
Build the summary query based on a string |
views_handler_argument_string::title_query |
function |
handlers/views_handler_argument_string.inc |
Override for specific title lookups. |
views_handler_argument_term_node_tid::title_query |
function |
modules/taxonomy/views_handler_argument_term_node_tid.inc |
Override for specific title lookups. |
views_handler_argument_term_node_tid_depth::query |
function |
modules/taxonomy/views_handler_argument_term_node_tid_depth.inc |
Set up the query for this argument. |
views_handler_argument_term_node_tid_depth_modifier::pre_query |
function |
modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc |
Run before the view is built. |
views_handler_argument_term_node_tid_depth_modifier::query |
function |
modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc |
Set up the query for this argument. |
views_handler_argument_users_roles_rid::title_query |
function |
modules/user/views_handler_argument_users_roles_rid.inc |
Override for specific title lookups. |
views_handler_argument_user_uid::title_query |
function |
modules/user/views_handler_argument_user_uid.inc |
Override the behavior of title(). Get the name of the user. |
views_handler_field::query |
function |
handlers/views_handler_field.inc |
Called to add the field to a query. |
views_handler_field_broken::query |
function |
handlers/views_handler_field.inc |
Called to add the field to a query. |
views_handler_field_comment_link::query |
function |
modules/comment/views_handler_field_comment_link.inc |
Called to add the field to a query. |
views_handler_field_comment_node_link::query |
function |
modules/comment/views_handler_field_comment_node_link.inc |
Called to add the field to a query. |
views_handler_field_counter::query |
function |
handlers/views_handler_field_counter.inc |
Called to add the field to a query. |