You are here

public function Page::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 DisplayPluginBase::usesBreadcrumb

1 method overrides Page::usesBreadcrumb()
Feed::usesBreadcrumb in lib/Drupal/views/Plugin/views/display/Feed.php
Check to see if the display needs a breadcrumb

File

lib/Drupal/views/Plugin/views/display/Page.php, line 43
Definition of Drupal\views\Plugin\views\display\Page.

Class

Page
The plugin that handles a full page.

Namespace

Drupal\views\Plugin\views\display

Code

public function usesBreadcrumb() {
  return TRUE;
}