function views_plugin_display_page::get_pager_text

Overrides views_plugin_display::get_pager_text

File

plugins/views_plugin_display_page.inc, line 630

Class

views_plugin_display_page
The plugin that handles a full page.

Code

public function get_pager_text() {
    return array(
        'items per page title' => t('Items per page'),
        'items per page description' => t('The number of items to display per page. Enter 0 for no limit.'),
    );
}