function Page::getArgumentText
Same name in other branches
- 9 core/modules/views/src/Plugin/views/display/Page.php \Drupal\views\Plugin\views\display\Page::getArgumentText()
- 8.9.x core/modules/views/src/Plugin/views/display/Page.php \Drupal\views\Plugin\views\display\Page::getArgumentText()
- 10 core/modules/views/src/Plugin/views/display/Page.php \Drupal\views\Plugin\views\display\Page::getArgumentText()
Overrides DisplayPluginBase::getArgumentText
File
-
core/
modules/ views/ src/ Plugin/ views/ display/ Page.php, line 575
Class
- Page
- The plugin that handles a full page.
Namespace
Drupal\views\Plugin\views\displayCode
public function getArgumentText() {
return [
'filter value not present' => $this->t('When the filter value is <em>NOT</em> in the URL'),
'filter value present' => $this->t('When the filter value <em>IS</em> in the URL or a default is provided'),
'description' => $this->t('The contextual filter values are provided by the URL.'),
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.