You are here

public function views_handler_relationship_broken::ensure_my_table 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::ensure_my_table()
  2. 6.2 handlers/views_handler_relationship.inc \views_handler_relationship_broken::ensure_my_table()

Ensure the main table for this handler is in the query. This is used a lot.

Overrides views_handler::ensure_my_table

File

handlers/views_handler_relationship.inc, line 180
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 ensure_my_table() {

  // No table to ensure!
}