1 entityreference_plugin_display.inc entityreference_plugin_display::get_style_type()

Displays can require a certain type of style plugin. By default, they will be 'normal'.

Overrides views_plugin_display::get_style_type

File

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

Class

entityreference_plugin_display
@file Handler for entityreference_plugin_display.

Code

function get_style_type() {
  return 'entityreference';
}