Search for items

  1. Search 7.x-3.x for items
  2. Other projects
Title Object type File name Summary
view::$items_per_page property includes/view.inc
view::get_items_per_page function includes/view.inc Get the items per page from the pager.
view::set_items_per_page function includes/view.inc Set the items per page on the pager.
views_db_object::get_items function includes/view.inc Get an array of items for the current display.
views_handler_field_prerender_list::$items property handlers/views_handler_field_prerender_list.inc Stores all items which are used to render the items.
It should be keyed first by the id of the base table, for example nid.
The second key is the id of the thing which is displayed multiple times
per row, for example the tid.
views_handler_field_prerender_list::get_items function handlers/views_handler_field_prerender_list.inc Return an array of items for the field.
views_handler_field_prerender_list::render_items function handlers/views_handler_field_prerender_list.inc Render all items in this field together.
views_plugin_pager::$total_items property plugins/views_plugin_pager.inc
views_plugin_pager::get_items_per_page function plugins/views_plugin_pager.inc Get how many items per page this pager will display.
views_plugin_pager::get_total_items function plugins/views_plugin_pager.inc Get the total number of items.
views_plugin_pager::items_per_page_exposed function plugins/views_plugin_pager.inc
views_plugin_pager::set_items_per_page function plugins/views_plugin_pager.inc Set how many items per page this pager will display.
views_plugin_pager_full::items_per_page_exposed function plugins/views_plugin_pager_full.inc
views_plugin_pager_none::get_items_per_page function plugins/views_plugin_pager_none.inc Get how many items per page this pager will display.