public function Page::getArgumentText

Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::getArgumentText().

Overrides DisplayPluginBase::getArgumentText

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php, line 439
Contains \Drupal\views\Plugin\views\display\Page.

Class

Page
The plugin that handles a full page.

Namespace

Drupal\views\Plugin\views\display

Code

public function getArgumentText() {
  return array(
    'filter value not present' => t('When the filter value is <em>NOT</em> in the URL'),
    'filter value present' => t('When the filter value <em>IS</em> in the URL or a default is provided'),
    'description' => t('The contextual filter values is provided by the URL.'),
  );
}