You are here

public function openlayers_views_plugin_display_openlayers::uses_breadcrumb in Openlayers 7.3

Same name and namespace in other branches
  1. 6.2 modules/openlayers_views/views/openlayers_views_plugin_display_openlayers.inc \openlayers_views_plugin_display_openlayers::uses_breadcrumb()
  2. 7.2 modules/openlayers_views/views/openlayers_views_plugin_display_openlayers.inc \openlayers_views_plugin_display_openlayers::uses_breadcrumb()

Check to see if the display needs a breadcrumb.

By default, displays do not need breadcrumbs.

Overrides views_plugin_display::uses_breadcrumb

File

modules/openlayers_views/views/openlayers_views_plugin_display_openlayers.inc, line 16
Display plugin for Openlayers Data

Class

openlayers_views_plugin_display_openlayers
Class openlayers_views_plugin_display_openlayers.

Code

public function uses_breadcrumb() {
  return FALSE;
}