You are here

function web_widgets_plugin_display_web_widgets::uses_breadcrumb in Web Widgets 7

Same name and namespace in other branches
  1. 6 views/web_widgets_plugin_display_web_widgets.inc \web_widgets_plugin_display_web_widgets::uses_breadcrumb()

Check to see if the display needs a breadcrumb.

By default, displays do not need breadcrumbs.

Overrides views_plugin_display_page::uses_breadcrumb

File

views/web_widgets_plugin_display_web_widgets.inc, line 19
Implementation of widget display.

Class

web_widgets_plugin_display_web_widgets
The plugin that handles a feed, such as RSS or atom.

Code

function uses_breadcrumb() {
  return FALSE;
}