Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DisplayPluginBase.php

function DisplayPluginBase::usesLinkDisplay

Overrides DisplayPluginInterface::usesLinkDisplay

1 call to DisplayPluginBase::usesLinkDisplay()
DisplayPluginBase::optionsSummary in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Provides the default summary for options in the views UI.
1 method overrides DisplayPluginBase::usesLinkDisplay()
Feed::usesLinkDisplay in core/modules/views/src/Plugin/views/display/Feed.php
Checks to see if the display has some need to link to another display.

File

core/modules/views/src/Plugin/views/display/DisplayPluginBase.php, line 683

Class

DisplayPluginBase
Base class for views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function usesLinkDisplay() {
    return !$this->hasPath();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal