You are here

public function views_handler_relationship_broken::query in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 handlers/views_handler_relationship.inc \views_handler_relationship_broken::query()
  2. 6.2 handlers/views_handler_relationship.inc \views_handler_relationship_broken::query()

Called to implement a relationship in a query.

Overrides views_handler_relationship::query

File

handlers/views_handler_relationship.inc, line 187
Definition of views_handler_relationship.

Class

views_handler_relationship_broken
A special handler to take the place of missing or broken handlers.

Code

public function query() {

  // No query to run.
}