views_plugin_query_default::add_field in 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_field in 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_orderby in core/modules/views/plugins/views_plugin_query_default.inc
Add an ORDER BY clause to the query.
views_plugin_query_default::add_orderby in core/modules/views/plugins/views_plugin_query_default.inc
Add an ORDER BY clause to the query.
views_plugin_query_default::adjust_join in 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::adjust_join in 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.