The plugin to handle mini pager.
@Plugin(
id = "mini",
title = @Translation("Paged output, mini pager"),
short_title = @Translation("Mini"),
help = @Translation("A simple pager containing previous and next links."),
theme = "views_mini_pager"
)
Expanded class hierarchy of Mini
|
Name |
Modifiers | Type | Description | Overrides |
|---|---|---|---|---|
|
ContainerFactoryPluginBase:: |
public static | function |
Creates an instance of the plugin. Overrides ContainerFactoryPluginInterface:: |
11 |
|
Mini:: |
public | function |
Overrides \Drupal\views\Plugin\views\pager\PagerPlugin::defineOptions(). Overrides SqlBase:: |
|
|
Mini:: |
public | function |
Overrides \Drupal\views\Plugin\views\pager\PagerPluginBase::postExecute(). Overrides PagerPluginBase:: |
|
|
Mini:: |
public | function |
Overrides \Drupal\views\Plugin\views\pager\SqlBase::query(). Overrides SqlBase:: |
|
|
Mini:: |
function |
Overrides \Drupal\views\Plugin\views\pager\PagerPluginBase::render(). Overrides PagerPluginBase:: |
||
|
Mini:: |
public | function |
Overrides \Drupal\views\Plugin\views\pager\PagerPluginBase::summaryTitle(). Overrides PagerPluginBase:: |
|
|
Mini:: |
public | function |
Overrides \Drupal\views\Plugin\views\pager\PagerPluginBase::useCountQuery(). Overrides PagerPluginBase:: |
|
|
PagerPluginBase:: |
property | |||
|
PagerPluginBase:: |
property | |||
|
PagerPluginBase:: |
protected | property |
Overrides Drupal\views\Plugin\Plugin::$usesOptions. Overrides PluginBase:: |
|
|
PagerPluginBase:: |
public | function | Execute the count query, which will be done just prior to the query itself being executed. | 1 |
|
PagerPluginBase:: |
public | function | ||
|
PagerPluginBase:: |
public | function | Get the current page. | |
|
PagerPluginBase:: |
public | function | Get how many items per page this pager will display. | 1 |
|
PagerPluginBase:: |
public | function | Get the page offset, or how many items to skip. | |
|
PagerPluginBase:: |
public | function | Get the pager id, if it exists | |
|
PagerPluginBase:: |
public | function | Get the total number of items. | |
|
PagerPluginBase:: |
public | function | Determine if there are more records available. | |
|
PagerPluginBase:: |
public | function | Perform any needed actions just prior to the query executing. | |
|
PagerPluginBase:: |
function | Perform any needed actions just before rendering. | ||
|
PagerPluginBase:: |
public | function | Set how many items per page this pager will display. | |
|
PagerPluginBase:: |
public | function | Set the page offset, or how many items to skip. | |
|
PagerPluginBase:: |
public | function |
Provide the default form form for submitting options Overrides PluginBase:: |
|
|
PagerPluginBase:: |
public | function | Determine if this pager actually uses a pager. | 2 |
|
PluginBase:: |
protected | property | Configuration information passed into the plugin. | 1 |
|
PluginBase:: |
public | property | Plugins's definition | |
|
PluginBase:: |
public | property | The display object this plugin is for. | |
|
PluginBase:: |
public | property | Options for this plugin will be held here. | |
|
PluginBase:: |
protected | property | The plugin implementation definition. | |
|
PluginBase:: |
protected | property | The plugin_id. | |
|
PluginBase:: |
public | property | The top object of a view. | 1 |
|
PluginBase:: |
public | function | Clears a plugin. | 2 |
|
PluginBase:: |
public | function | Returns an array of available token replacements. | |
|
PluginBase:: |
public | function |
Returns the definition of the plugin implementation. Overrides PluginInspectionInterface:: |
|
|
PluginBase:: |
public | function |
Returns the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: |
|
|
PluginBase:: |
public | function | Adds elements for available core tokens to a form. | |
|
PluginBase:: |
public | function | Returns a string with any core tokens replaced. | |
|
PluginBase:: |
public | function | Initialize the plugin. | 8 |
|
PluginBase:: |
public | function | Return the human readable name of the display. | |
|
PluginBase:: |
protected | function | Fills up the options of the plugin with defaults. | |
|
PluginBase:: |
public | function | Provide a full list of possible theme templates used by this style. | 1 |
|
PluginBase:: |
public | function | Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away. | |
|
PluginBase:: |
public | function | Returns the usesOptions property. | 8 |
|
PluginBase:: |
public | function | Validate that the plugin is correct and can be saved. | 4 |
|
PluginBase:: |
public | function |
Constructs a Plugin object. Overrides PluginBase:: |
|
|
SqlBase:: |
public | function |
Provide the default form for setting options. Overrides PluginBase:: |
1 |
|
SqlBase:: |
public | function |
Overrides PagerPluginBase:: |
|
|
SqlBase:: |
public | function |
Overrides PagerPluginBase:: |
|
|
SqlBase:: |
public | function | ||
|
SqlBase:: |
protected | function |
Overrides PagerPluginBase:: |
|
|
SqlBase:: |
protected | function |
Overrides PagerPluginBase:: |
|
|
SqlBase:: |
public | function |
Set the current page. Overrides PagerPluginBase:: |
|
|
SqlBase:: |
public | function |
Update global paging info. Overrides PagerPluginBase:: |
|
|
SqlBase:: |
public | function |
Overrides PagerPluginBase:: |
|
|
SqlBase:: |
public | function |
Provide the default form form for validating options Overrides PagerPluginBase:: |