Search for relationship

  1. Other projects
Title Object type File name Summary
relationship-representative.html file help/relationship-representative.html
relationship.html file help/relationship.html
view::$relationship property includes/view.inc Stores the relationship handlers which are initialized on this view.
view::fix_missing_relationships function includes/view.inc Attempt to discover if the view has handlers missing relationships.
Views relationship handlers group handlers/views_handler_relationship.inc Handlers to tell Views how to create alternate relationships.
ViewsHandlerRelationshipNodeTermDataTest class tests/taxonomy/views_handler_relationship_node_term_data.test Tests the relationship_node_term_data handler.
ViewsHandlerRelationshipNodeTermDataTest::createTerm function tests/taxonomy/views_handler_relationship_node_term_data.test Returns a new term with random properties in vocabulary $vid.
ViewsHandlerRelationshipNodeTermDataTest::getInfo function tests/taxonomy/views_handler_relationship_node_term_data.test
ViewsHandlerRelationshipNodeTermDataTest::setUp function tests/taxonomy/views_handler_relationship_node_term_data.test Sets up a Drupal site for running functional and integration tests.
ViewsHandlerRelationshipNodeTermDataTest::testViewsHandlerRelationshipNodeTermData function tests/taxonomy/views_handler_relationship_node_term_data.test
ViewsHandlerRelationshipNodeTermDataTest::view_taxonomy_node_term_data function tests/taxonomy/views_handler_relationship_node_term_data.test
ViewsNodeRevisionRelationsTestCase::testNodeRevisionRelationship function tests/node/views_node_revision_relations.test Create a node with revision and rest result count for both views.
ViewsUserTestCase::testRelationship function tests/user/views_user.test Add a view which has no explicit relationship to the author.
ViewsUserTestCase::test_view_user_relationship function tests/user/views_user.test
views_handler::$relationship property includes/handlers.inc The relationship used for this field.
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 Relationship handler, allows a new version of the primary table to be linked.
views_handler_relationship.inc file handlers/views_handler_relationship.inc Definition of views_handler_relationship.
views_handler_relationship::init function handlers/views_handler_relationship.inc 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 Provide 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 Provide 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_entity_reverse class modules/field/views_handler_relationship_entity_reverse.inc A relationship handlers which reverse entity references.
views_handler_relationship_entity_reverse.inc file modules/field/views_handler_relationship_entity_reverse.inc Definition of views_handler_relationship_entity_reverse.
views_handler_relationship_entity_reverse::init function modules/field/views_handler_relationship_entity_reverse.inc Let relationships live on tables other than the table they operate on.
views_handler_relationship_entity_reverse::query function modules/field/views_handler_relationship_entity_reverse.inc Called to implement a relationship in a query.
views_handler_relationship_groupwise_max class handlers/views_handler_relationship_groupwise_max.inc Relationship handler that allows a groupwise maximum of the linked in table.
views_handler_relationship_groupwise_max.inc file handlers/views_handler_relationship_groupwise_max.inc Definition of views_handler_relationship_groupwise_max.
views_handler_relationship_groupwise_max::alter_subquery_condition function handlers/views_handler_relationship_groupwise_max.inc Recursive helper to add a namespace to conditions.
views_handler_relationship_groupwise_max::condition_namespace function handlers/views_handler_relationship_groupwise_max.inc Helper function to namespace query pieces.
views_handler_relationship_groupwise_max::get_temporary_view function handlers/views_handler_relationship_groupwise_max.inc Helper function to create a pseudo view.
views_handler_relationship_groupwise_max::left_query function handlers/views_handler_relationship_groupwise_max.inc Generate a subquery given the user options, as set in the options.
These are passed in rather than picked up from the object because we
generate the subquery when the options are saved, rather than when the view
is run. This saves considerable time.
views_handler_relationship_groupwise_max::options_form function handlers/views_handler_relationship_groupwise_max.inc Extends the relationship's basic options.
views_handler_relationship_groupwise_max::options_form_submit function handlers/views_handler_relationship_groupwise_max.inc When the form is submitted, take sure to clear the subquery string cache.
views_handler_relationship_groupwise_max::option_definition function handlers/views_handler_relationship_groupwise_max.inc Defines default values for options.
views_handler_relationship_groupwise_max::query function handlers/views_handler_relationship_groupwise_max.inc Called to implement a relationship in a query.
This is mostly a copy of our parent's query() except for this bit with
the join class.
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 Definition of views_handler_relationship_node_term_data.
views_handler_relationship_node_term_data.test file tests/taxonomy/views_handler_relationship_node_term_data.test Definition of ViewsHandlerRelationshipNodeTermDataTest.
views_handler_relationship_node_term_data::init function modules/taxonomy/views_handler_relationship_node_term_data.inc Let relationships live on tables other than the table they operate on.
views_handler_relationship_node_term_data::options_form function modules/taxonomy/views_handler_relationship_node_term_data.inc Provide 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.