function views_plugin_display_page::get_argument_text

Overrides views_plugin_display::get_argument_text

File

plugins/views_plugin_display_page.inc, line 619

Class

views_plugin_display_page
The plugin that handles a full page.

Code

public function get_argument_text() {
    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.'),
    );
}