1 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

core/modules/views/handlers/views_handler_relationship.inc, line 169
Views' relationship handlers.

Class

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

Code

function ensure_my_table() { /* No table to ensure! */
}