function views_plugin_query::get_result_entities
Returns the according entity objects for the given query results.
1 method overrides views_plugin_query::get_result_entities()
- views_plugin_query_default::get_result_entities in plugins/
views_plugin_query_default.inc - Returns the according entity objects for the given query results.
File
-
plugins/
views_plugin_query.inc, line 199
Class
- views_plugin_query
- The base query class, which is the underlying layer in a View.
Code
public function get_result_entities($results, $relationship = NULL) {
return FALSE;
}