You are here

function views_handler_area_broken::ensure_my_table in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 handlers/views_handler_area.inc \views_handler_area_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_area.inc, line 93
Views area handlers.

Class

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

Code

function ensure_my_table() {

  /* No table to ensure! */
}