You are here

public function Page::hasPath in Views (for Drupal 7) 8.3

The page display has a path.

Overrides DisplayPluginBase::hasPath

File

lib/Drupal/views/Plugin/views/display/Page.php, line 42
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 hasPath() {
  return TRUE;
}