You are here

function efq_views_plugin_query::ensure_table in EntityFieldQuery Views Backend 7

This is used by the field field handler.

File

./efq_views_plugin_query.inc, line 128

Class

efq_views_plugin_query

Code

function ensure_table($table) {
  return $table;
}