public function Page::getPagerText

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

Overrides DisplayPluginBase::getPagerText

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php, line 447
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 getPagerText() {
  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.'),
  );
}