Join handler for relationships that join with a subquery as the left field. eg: LEFT JOIN node node_term_data ON ([YOUR SUBQUERY HERE]) = node_term_data.nid

join definition same as views_join class above, except:

  • left_query: The subquery to use in the left side of the join clause.

Hierarchy

Expanded class hierarchy of views_join_subquery

Related topics

File

core/modules/views/includes/handlers.inc, line 1168
Defines the various handler objects to help build and display views.

Members

Contains filters are case sensitive
Name Modifierssort descending Type Description
views_join_subquery::construct function Construct the views_join object. Overrides views_join::construct
views_join_subquery::build_join public function Build the SQL for the join this object represents. Overrides views_join::build_join