Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Page.php

function Page::getPagerText

Overrides DisplayPluginBase::getPagerText

File

core/modules/views/src/Plugin/views/display/Page.php, line 586

Class

Page
The plugin that handles a full page.

Namespace

Drupal\views\Plugin\views\display

Code

public function getPagerText() {
    return [
        'items per page title' => $this->t('Items per page'),
        'items per page description' => $this->t('Enter 0 for no limit.'),
    ];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal