You are here

public function DisplayPluginInterface::getPagerText in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::getPagerText()

Provides help text for pagers.

Return value

array Returns an array which contains text for the items_per_page form element:

  • items per page title: The title text for the items_per_page form element.
  • items per page description: The description text for the items_per_page form element.
1 method overrides DisplayPluginInterface::getPagerText()
DisplayPluginBase::getPagerText in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Provides help text for pagers.

File

core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php, line 600

Class

DisplayPluginInterface
Provides an interface for Views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function getPagerText();