1 entityreference_plugin_display.inc entityreference_plugin_display::uses_exposed()

Determine if this display uses exposed filters, so the view will know whether or not to build them.

Overrides views_plugin_display::uses_exposed

File

core/modules/entityreference/views/entityreference_plugin_display.inc, line 45
Handler for entityreference_plugin_display.

Class

entityreference_plugin_display
@file Handler for entityreference_plugin_display.

Code

function uses_exposed() {
  return FALSE;
}