You are here

public function Feed::usesBreadcrumb in Views (for Drupal 7) 8.3

Check to see if the display needs a breadcrumb

By default, displays do not need breadcrumbs

Overrides Page::usesBreadcrumb

File

lib/Drupal/views/Plugin/views/display/Feed.php, line 60
Definition of Drupal\views\Plugin\views\display\Feed.

Class

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

Namespace

Drupal\views\Plugin\views\display

Code

public function usesBreadcrumb() {
  return FALSE;
}