function apachesolr_views_query::ensure_table in Apache Solr Views 7
Same name and namespace in other branches
- 6 apachesolr_views_query.inc \apachesolr_views_query::ensure_table()
Implement ensure_table, do nothing.
File
- ./
apachesolr_views_query.inc, line 283 - Views query plugin for Apache Solr Views. Gets its data not from the database, but from a Solr server.
Class
- apachesolr_views_query
- @file Views query plugin for Apache Solr Views. Gets its data not from the database, but from a Solr server.
Code
function ensure_table($table, $relationship = NULL, $join = NULL) {
}