function views_handler_argument_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_argument.inc, line 1334

Class

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

Code

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