function DisplayPluginBase::getUrl
Returns a URL to $this display or its configured linked display.
Return value
\Drupal\Core\Url|null
Overrides DisplayPluginInterface::getUrl
File
- 
              core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php, line 770  
Class
- DisplayPluginBase
 - Base class for views display plugins.
 
Namespace
Drupal\views\Plugin\views\displayCode
public function getUrl() {
  return $this->view
    ->getUrl(NULL, $this->display['id']);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.