The base plugin to handle pager.
Hierarchy
- class views_object
- class views_plugin
- class views_plugin_pager
- class views_plugin
Expanded class hierarchy of views_plugin_pager
Related topics
File
- modules/
views/ plugins/ views_plugin_pager.inc, line 19 - Definition of views_plugin_pager.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
views_object:: |
function | Views handlers use a special construct function so that we can more easily construct them with variable arguments. | |
views_object:: |
function | ||
views_object:: |
function | Information about options for all kinds of purposes will be held here. @code 'option_name' => array( | |
views_object:: |
function | Set default options on this object. Called by the constructor in a complex chain to deal with backward compatibility. | |
views_object:: |
function | Set default options. For backward compatibility, it sends the options array; this is a feature that will likely disappear at some point. | |
views_object:: |
function | Let the handler know what its full definition is. | |
views_object:: |
function | ||
views_object:: |
function | Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away. | |
views_object:: |
public | function | Unpack a single option definition. |
views_object:: |
public | function | Unpacks each handler to store translatable texts. |
views_plugin:: |
function | Provide a list of additional theme functions for the theme information page | |
views_plugin:: |
function | Provide a form to edit options for this plugin. | |
views_plugin_pager:: |
function | Execute the count query, which will be done just prior to the query itself being executed. | |
views_plugin_pager:: |
function | ||
views_plugin_pager:: |
function | ||
views_plugin_pager:: |
function | ||
views_plugin_pager:: |
function | Get the current page. | |
views_plugin_pager:: |
function | Get how many items per page this pager will display. | |
views_plugin_pager:: |
function | Get the page offset, or how many items to skip. | |
views_plugin_pager:: |
function | Get the pager id, if it exists | |
views_plugin_pager:: |
function | Get the total number of items. | |
views_plugin_pager:: |
function | Determine if there are more records available. | |
views_plugin_pager:: |
function | Initialize the plugin. | |
views_plugin_pager:: |
function | ||
views_plugin_pager:: |
function | ||
views_plugin_pager:: |
function |
Provide the default form form for submitting options Overrides views_plugin:: |
|
views_plugin_pager:: |
function |
Provide the default form form for validating options Overrides views_plugin:: |
|
views_plugin_pager:: |
function | Perform any needed actions just after the query executing. | |
views_plugin_pager:: |
function | Perform any needed actions just prior to the query executing. | |
views_plugin_pager:: |
function | Perform any needed actions just before rendering. | |
views_plugin_pager:: |
function |
Modify the query for paging Overrides views_plugin:: |
|
views_plugin_pager:: |
function | Render the pager. | |
views_plugin_pager:: |
function | Set the current page. | |
views_plugin_pager:: |
function | Set how many items per page this pager will display. | |
views_plugin_pager:: |
function | Set the page offset, or how many items to skip. | |
views_plugin_pager:: |
function |
Return a string to display as the clickable title for the
pager plugin. Overrides views_plugin:: |
|
views_plugin_pager:: |
function | If there are pagers that need global values set, this method can be used to set them. It will be called when the count query is run. | |
views_plugin_pager:: |
function | Determine if a pager needs a count query. | |
views_plugin_pager:: |
function | Determine if this pager actually uses a pager. | |
views_plugin_pager:: |
function | ||
views_plugin:: |
function | Return the human readable name of the display. | |
views_plugin:: |
function | Provide a full list of possible theme templates used by this style. | |
views_plugin:: |
function | Validate that the plugin is correct and can be saved. |