Namesort descending Location Description
views_plugin_pager_mini::option_definition core/modules/views/plugins/views_plugin_pager_mini.inc Overrides views_plugin_pager_full::option_definition().
views_plugin_pager_mini::render core/modules/views/plugins/views_plugin_pager_mini.inc Overrides views_plugin_pager_full::render().
views_plugin_pager_mini::summary_title core/modules/views/plugins/views_plugin_pager_mini.inc Return a string to display as the clickable title for the pager plugin.
views_plugin_pager_none::execute_count_query core/modules/views/plugins/views_plugin_pager_none.inc Execute the count query, which will be done just prior to the query itself being executed.
views_plugin_pager_none::get_items_per_page core/modules/views/plugins/views_plugin_pager_none.inc Get how many items per page this pager will display.
views_plugin_pager_none::init core/modules/views/plugins/views_plugin_pager_none.inc Initialize the plugin.
views_plugin_pager_none::options_form core/modules/views/plugins/views_plugin_pager_none.inc Provide the default form for setting options.
views_plugin_pager_none::option_definition core/modules/views/plugins/views_plugin_pager_none.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_pager_none::post_execute core/modules/views/plugins/views_plugin_pager_none.inc Perform any needed actions just after the query executing.
views_plugin_pager_none::query core/modules/views/plugins/views_plugin_pager_none.inc Modify the query for paging
views_plugin_pager_none::summary_title core/modules/views/plugins/views_plugin_pager_none.inc Return a string to display as the clickable title for the pager plugin.
views_plugin_pager_none::use_count_query core/modules/views/plugins/views_plugin_pager_none.inc Determine if a pager needs a count query.
views_plugin_pager_none::use_pager core/modules/views/plugins/views_plugin_pager_none.inc Determine if this pager actually uses a pager.
views_plugin_pager_some::options_form core/modules/views/plugins/views_plugin_pager_some.inc Provide the default form for setting options.
views_plugin_pager_some::option_definition core/modules/views/plugins/views_plugin_pager_some.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_pager_some::query core/modules/views/plugins/views_plugin_pager_some.inc Modify the query for paging
views_plugin_pager_some::summary_title core/modules/views/plugins/views_plugin_pager_some.inc Return a string to display as the clickable title for the pager plugin.
views_plugin_pager_some::use_count_query core/modules/views/plugins/views_plugin_pager_some.inc Determine if a pager needs a count query.
views_plugin_pager_some::use_pager core/modules/views/plugins/views_plugin_pager_some.inc Determine if this pager actually uses a pager.
views_plugin_query::add_signature core/modules/views/plugins/views_plugin_query.inc Add a signature to the query, if such a thing is feasible.
views_plugin_query::alter core/modules/views/plugins/views_plugin_query.inc Let modules modify the query just prior to finalizing it.
views_plugin_query::build core/modules/views/plugins/views_plugin_query.inc Builds the necessary info to execute the query.
views_plugin_query::execute core/modules/views/plugins/views_plugin_query.inc Executes the query and fills the associated view object with according values.
views_plugin_query::get_aggregation_info core/modules/views/plugins/views_plugin_query.inc Get aggregation info for group by queries.
views_plugin_query::get_result_entities core/modules/views/plugins/views_plugin_query.inc Returns the according entity objects for the given query results.
views_plugin_query::init core/modules/views/plugins/views_plugin_query.inc Constructor; Create the basic query object and fill with default values.
views_plugin_query::options_form core/modules/views/plugins/views_plugin_query.inc Add settings for the ui.
views_plugin_query::options_submit core/modules/views/plugins/views_plugin_query.inc Handle any special handling on the validate form.
views_plugin_query::options_validate core/modules/views/plugins/views_plugin_query.inc Validate the options form.
views_plugin_query::query core/modules/views/plugins/views_plugin_query.inc Generate a query and a countQuery from all of the information supplied to the object.
views_plugin_query::render_pager core/modules/views/plugins/views_plugin_query.inc Render the pager, if necessary.
views_plugin_query::set_group_operator core/modules/views/plugins/views_plugin_query.inc Control how all WHERE and HAVING groups are put together.
views_plugin_query::set_limit core/modules/views/plugins/views_plugin_query.inc Set a LIMIT on the query, specifying a maximum number of results.
views_plugin_query::set_offset core/modules/views/plugins/views_plugin_query.inc Set an OFFSET on the query, specifying a number of results to skip
views_plugin_query::set_where_group core/modules/views/plugins/views_plugin_query.inc Create a new grouping for the WHERE or HAVING clause.
views_plugin_query::summary_title core/modules/views/plugins/views_plugin_query.inc Returns the summary of the settings in the display.
views_plugin_query_default::add_field core/modules/views/plugins/views_plugin_query_default.inc Add a field to the query table, possibly with an alias. This will automatically call ensure_table to make sure the required table exists, *unless* $table is unset.
views_plugin_query_default::add_groupby core/modules/views/plugins/views_plugin_query_default.inc Add a simple GROUP BY clause to the query. The caller is responsible for ensuring that the fields are fully qualified and the table is properly added.
views_plugin_query_default::add_having core/modules/views/plugins/views_plugin_query_default.inc Add a simple HAVING clause to the query.
views_plugin_query_default::add_having_expression core/modules/views/plugins/views_plugin_query_default.inc Add a complex HAVING clause to the query. The caller is responsible for ensuring that all fields are fully qualified (TABLE.FIELD) and that the table and an appropriate GROUP BY already exist in the query. Internally the database "having"…
views_plugin_query_default::add_orderby core/modules/views/plugins/views_plugin_query_default.inc Add an ORDER BY clause to the query.
views_plugin_query_default::add_relationship core/modules/views/plugins/views_plugin_query_default.inc A relationship is an alternative endpoint to a series of table joins. Relationships must be aliases of the primary table and they must join either to the primary table or to a pre-existing relationship.
views_plugin_query_default::add_signature core/modules/views/plugins/views_plugin_query_default.inc Add a signature to the query, if such a thing is feasible.
views_plugin_query_default::add_table core/modules/views/plugins/views_plugin_query_default.inc Add a table to the query, ensuring the path exists.
views_plugin_query_default::add_tag core/modules/views/plugins/views_plugin_query_default.inc Adds a query tag to the sql object.
views_plugin_query_default::add_where core/modules/views/plugins/views_plugin_query_default.inc Add a simple WHERE clause to the query. The caller is responsible for ensuring that all fields are fully qualified (TABLE.FIELD) and that the table already exists in the query.
views_plugin_query_default::add_where_expression core/modules/views/plugins/views_plugin_query_default.inc Add a complex WHERE clause to the query.
views_plugin_query_default::adjust_join core/modules/views/plugins/views_plugin_query_default.inc Fix a join to adhere to the proper relationship; the left table can vary based upon what relationship items are joined in on.
views_plugin_query_default::alter core/modules/views/plugins/views_plugin_query_default.inc Let modules modify the query just prior to finalizing it.
views_plugin_query_default::build core/modules/views/plugins/views_plugin_query_default.inc Builds the necessary info to execute the query.

Pages