Search for relationship

  1. Search 7.x-3.x for relationship
  2. Other projects
Title Object type File name Summary
relationship.html file help/relationship.html
view::$relationship property includes/view.inc Stores the relationship handlers which are initialized on this view.
Views' relationship handlers group handlers/views_handler_relationship.inc Handlers to tell Views how to create alternate relationships.
views_handler::set_relationship function includes/handlers.inc Called just prior to query(), this lets a handler set up any relationship
it needs.
views_handler_relationship class handlers/views_handler_relationship.inc Simple relationship handler that allows a new version of the primary table
to be linked in.
views_handler_relationship.inc file handlers/views_handler_relationship.inc Views' relationship handlers.
views_handler_relationship::init function handlers/views_handler_relationship.inc Init handler to let relationships live on tables other than
the table they operate on.
views_handler_relationship::label function handlers/views_handler_relationship.inc Get this field's label.
views_handler_relationship::options_form function handlers/views_handler_relationship.inc Default options form that provides the label widget that all fields
should have.
views_handler_relationship::option_definition function handlers/views_handler_relationship.inc Information about options for all kinds of purposes will be held here.
views_handler_relationship::query function handlers/views_handler_relationship.inc Called to implement a relationship in a query.
views_handler_relationship::use_group_by function handlers/views_handler_relationship.inc You can't groupby a relationship.
views_handler_relationship_broken class handlers/views_handler_relationship.inc A special handler to take the place of missing or broken handlers.
views_handler_relationship_broken::broken function handlers/views_handler_relationship.inc Determine if the handler is considered 'broken'
views_handler_relationship_broken::ensure_my_table function handlers/views_handler_relationship.inc Ensure the main table for this handler is in the query. This is used
a lot.
views_handler_relationship_broken::options_form function handlers/views_handler_relationship.inc Default options form that provides the label widget that all fields
should have.
views_handler_relationship_broken::query function handlers/views_handler_relationship.inc Called to implement a relationship in a query.
views_handler_relationship_broken::ui_name function handlers/views_handler_relationship.inc Return a string representing this handler's name in the UI.
views_handler_relationship_node_term_data class modules/taxonomy/views_handler_relationship_node_term_data.inc Relationship handler to return the taxonomy terms of nodes.
views_handler_relationship_node_term_data.inc file modules/taxonomy/views_handler_relationship_node_term_data.inc Views' relationship handlers.
views_handler_relationship_node_term_data::options_form function modules/taxonomy/views_handler_relationship_node_term_data.inc Default options form that provides the label widget that all fields
should have.
views_handler_relationship_node_term_data::option_definition function modules/taxonomy/views_handler_relationship_node_term_data.inc Information about options for all kinds of purposes will be held here.
views_handler_relationship_node_term_data::query function modules/taxonomy/views_handler_relationship_node_term_data.inc Called to implement a relationship in a query.
views_handler_relationship_translation class modules/translation/views_handler_relationship_translation.inc Handles relationships for content translation sets and provides multiple
options.
views_handler_relationship_translation.inc file modules/translation/views_handler_relationship_translation.inc
views_handler_relationship_translation::options_form function modules/translation/views_handler_relationship_translation.inc Add a translation selector.
views_handler_relationship_translation::option_definition function modules/translation/views_handler_relationship_translation.inc Information about options for all kinds of purposes will be held here.
views_handler_relationship_translation::query function modules/translation/views_handler_relationship_translation.inc Called to implement a relationship in a query.
views_plugin_query_default::$relationships property plugins/views_plugin_query_default.inc Holds an array of relationships, which are aliases of the primary
table that represent different ways to join the same table in.
views_plugin_query_default::add_relationship function 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.