You are here

public function apachesolr_views_handler_field_generic::ensure_my_table in Apache Solr Views 6

We don't need to ensure any tables. So overwrite this method because it might be called by inherited methods.

File

handlers/apachesolr_views_handler_field_generic.inc, line 126

Class

apachesolr_views_handler_field_generic
Class for retrieving and rendering an arbitrary field from an Apache Solr query. The class uses a predefined handler to which it acts as a proxy.

Code

public function ensure_my_table() {
}