function DisplayPluginBase::hasPath
Same name in other branches
- 9 core/modules/views/src/Plugin/views/display/DisplayPluginBase.php \Drupal\views\Plugin\views\display\DisplayPluginBase::hasPath()
- 8.9.x core/modules/views/src/Plugin/views/display/DisplayPluginBase.php \Drupal\views\Plugin\views\display\DisplayPluginBase::hasPath()
- 10 core/modules/views/src/Plugin/views/display/DisplayPluginBase.php \Drupal\views\Plugin\views\display\DisplayPluginBase::hasPath()
Overrides DisplayPluginInterface::hasPath
4 calls to DisplayPluginBase::hasPath()
- DisplayPluginBase::getPath in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Returns the base path to use for this display.
- DisplayPluginBase::usesExposedFormInBlock in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Checks to see if the display can put the exposed form in a block.
- DisplayPluginBase::usesLinkDisplay in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Checks to see if the display has some need to link to another display.
- DisplayPluginBase::validate in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Validate that the plugin is correct and can be saved.
1 method overrides DisplayPluginBase::hasPath()
- PathPluginBase::hasPath in core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php - Checks to see if the display has a 'path' field.
File
-
core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php, line 676
Class
- DisplayPluginBase
- Base class for views display plugins.
Namespace
Drupal\views\Plugin\views\displayCode
public function hasPath() {
return FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.