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
Code
function ensure_table($table) {
return $table;
}
This is used by the field field handler.
function ensure_table($table) {
return $table;
}