Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
DisplayPluginBase.php
»
DisplayPluginBase
»
DisplayPluginBase::usesPager
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
6 calls to DisplayPluginBase::usesPager()
Attachment::renderPager
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
Attachment.php
Not all display plugins will suppert pager rendering.
DisplayPluginBase::buildOptionsForm
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Provide the default form for setting options.
DisplayPluginBase::defaultableSections
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Static member function to list which sections are defaultable and what items each section contains.
DisplayPluginBase::defineOptions
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Information about options for all kinds of purposes will be held here. @code 'option_name' =>
array
(
DisplayPluginBase::isPagerEnabled
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Whether the display is using a pager or not.
DisplayPluginBase::optionsSummary
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Provide the default summary for options in the views UI.