You are here

public function views_plugin_query::get_result_entities in Views (for Drupal 7) 7.3

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
Definition of views_plugin_query.

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;
}