public function DisplayRouterInterface::getUrlInfo in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php \Drupal\views\Plugin\views\display\DisplayRouterInterface::getUrlInfo()
- 9 core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php \Drupal\views\Plugin\views\display\DisplayRouterInterface::getUrlInfo()
Generates a URL to this display.
Return value
\Drupal\Core\Url A URL object for the display.
1 method overrides DisplayRouterInterface::getUrlInfo()
- PathPluginBase::getUrlInfo in core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php - Generates a URL to this display.
File
- core/
modules/ views/ src/ Plugin/ views/ display/ DisplayRouterInterface.php, line 43
Class
- DisplayRouterInterface
- Defines an interface for displays that can collect routes.
Namespace
Drupal\views\Plugin\views\displayCode
public function getUrlInfo();