function Page::getArgumentText

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/display/Page.php \Drupal\views\Plugin\views\display\Page::getArgumentText()
  2. 10 core/modules/views/src/Plugin/views/display/Page.php \Drupal\views\Plugin\views\display\Page::getArgumentText()
  3. 11.x 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 525

Class

Page
The plugin that handles a full page.

Namespace

Drupal\views\Plugin\views\display

Code

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.