Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PathPluginBase.php
function PathPluginBase::hasPath
Overrides
DisplayPluginBase::hasPath
File
core/
modules/
views/
src/
Plugin/
views/
display/
PathPluginBase.php
, line 78
Class
PathPluginBase
The base display plugin for path/callbacks. This is used for pages and feeds.
Namespace
Drupal\views\Plugin\views\display
Code
public
function
hasPath
() {
return
TRUE
; }
RSS feed