Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PagerPluginBase.php
function PagerPluginBase::getPagerId
Get the pager id, if it exists.
File
core/
modules/
views/
src/
Plugin/
views/
pager/
PagerPluginBase.php
, line 147
Class
PagerPluginBase
Base class for views pager plugins.
Namespace
Drupal\views\Plugin\views\pager
Code
public
function
getPagerId
() {
return
$this
->
options
[
'id'
] ??
0
; }
RSS feed