Search for items

Classes

NameLocationDescription
ViewsUIWizardItemsPerPageTestCasetests/views_ui.testTests the ability of the views wizard to specify the number of items per page.

Files

NameLocationDescription
modules/aggregator/aggregator-summary-items.tpl.phpmodules/aggregator/aggregator-summary-items.tpl.phpDefault theme implementation to present feeds as list items.

Functions & methods

NameLocationDescription
AggregatorTestCase::removeFeedItemsmodules/aggregator/aggregator.testConfirm item removal from a feed.
AggregatorTestCase::updateFeedItemsmodules/aggregator/aggregator.testUpdate feed items (simulate click to admin/config/services/aggregator/update/$fid).
aggregator_categorize_itemsmodules/aggregator/aggregator.pages.incForm constructor to build the page list form.
aggregator_categorize_items_submitmodules/aggregator/aggregator.pages.incForm submission handler for aggregator_categorize_items().
aggregator_feed_items_loadmodules/aggregator/aggregator.pages.incLoads and optionally filters feed items.
BatchMemoryQueue::getAllItemsincludes/batch.queue.incRetrieves all remaining items in the queue.
BatchQueue::getAllItemsincludes/batch.queue.incRetrieves all remaining items in the queue.
DrupalQueueInterface::numberOfItemsmodules/system/system.queue.incRetrieve the number of items in the queue.
field_get_itemsmodules/field/field.moduleReturns the field items in the language they currently would be displayed.
MemoryQueue::numberOfItemsmodules/system/system.queue.incRetrieve the number of items in the queue.
PagerFunctionalWebTestCase::assertPagerItemsmodules/simpletest/tests/pager.testAsserts pager items and links.
SystemQueue::numberOfItemsmodules/system/system.queue.inc
template_preprocess_aggregator_summary_itemsmodules/aggregator/aggregator.pages.incProcesses variables for aggregator-summary-items.tpl.php.
theme_aggregator_categorize_itemsmodules/aggregator/aggregator.pages.incReturns HTML for the aggregator page list form for assigning categories.
theme_aggregator_summary_itemsdeveloper/theme.phpImplemented using the aggregator-summary-items.tpl.php template.
theme_queue_itemsqueue_example/queue_example.moduleThemes the queue display.
view::get_items_per_pageincludes/view.incGet the items per page from the pager.
view::set_items_per_pageincludes/view.incSet the items per page on the pager.
ViewsPagerTest::viewPagerFullZeroItemsPerPagetests/views_pager.test
ViewsUIWizardItemsPerPageTestCase::getInfotests/views_ui.test
ViewsUIWizardItemsPerPageTestCase::testItemsPerPagetests/views_ui.testTests the number of items per page.
views_db_object::get_itemsincludes/view.incGet an array of items for the current display.
views_handler_field_field::get_itemsmodules/field/views_handler_field_field.inc
views_handler_field_field::render_itemsmodules/field/views_handler_field_field.incRender all items in this field together.
views_handler_field_field::set_itemsmodules/field/views_handler_field_field.incReturn an array of items for the field.
views_handler_field_prerender_list::get_itemshandlers/views_handler_field_prerender_list.incReturn an array of items for the field.
views_handler_field_prerender_list::render_itemshandlers/views_handler_field_prerender_list.incRender all items in this field together.
views_plugin_pager::get_items_per_pageplugins/views_plugin_pager.incGet how many items per page this pager will display.
views_plugin_pager::get_total_itemsplugins/views_plugin_pager.incGet the total number of items.
views_plugin_pager::items_per_page_exposedplugins/views_plugin_pager.inc
views_plugin_pager::set_items_per_pageplugins/views_plugin_pager.incSet how many items per page this pager will display.
views_plugin_pager_full::items_per_page_exposedplugins/views_plugin_pager_full.inc
views_plugin_pager_none::get_items_per_pageplugins/views_plugin_pager_none.incGet how many items per page this pager will display.
_aggregator_itemsmodules/aggregator/aggregator.moduleHelper function for drupal_map_assoc.
_field_filter_itemsmodules/field/field.moduleHelper function to filter out empty field values.
_field_sort_itemsmodules/field/field.moduleHelper function to sort items in a field according to user drag-n-drop reordering.
_field_sort_items_helpermodules/field/field.moduleSort function for items order. (copied form element_sort(), which acts on #weight keys)
_field_sort_items_value_helpermodules/field/field.moduleSame as above, using ['_weight']['#value']

Globals

NameLocationDescription
$itemsdeveloper/globals.phpArray of items used by aggregator.
$pager_total_itemsdeveloper/globals.phpArray of the total number of items for each pager.

Properties

NameLocationDescription
MenuTestCase::$itemsmodules/menu/menu.test
views_handler_field_field::$itemsmodules/field/views_handler_field_field.incAn array to store field renderable arrays for use by render_items.