Search for item

Classes

NameLocationDescription
CategorizeFeedItemTestCasemodules/aggregator/aggregator.test
RemoveFeedItemTestCasemodules/aggregator/aggregator.test
SiteMaintenanceTestCasemodules/system/system.testTests site maintenance functionality.
ThemeItemListUnitTestmodules/simpletest/tests/theme.testUnit tests for theme_item_list().
UpdateFeedItemTestCasemodules/aggregator/aggregator.test
ViewsUIWizardItemsPerPageTestCasetests/views_ui.testTests the ability of the views wizard to specify the number of items per page.

Constants

NameLocationDescription
MENU_NORMAL_ITEMincludes/menu.incMenu type -- A "normal" menu item that's shown in menu and breadcrumbs.
MENU_SUGGESTED_ITEMincludes/menu.incMenu type -- A normal menu item, hidden until enabled by an administrator.
VIEWS_HANDLER_RENDER_TEXT_PHASE_SINGLE_ITEMhandlers/views_handler_field.incIndicator of the render_text() method for rendering a single item. (If no render_item() is present).

Files

NameLocationDescription
modules/aggregator/aggregator-item.tpl.phpmodules/aggregator/aggregator-item.tpl.phpDefault theme implementation to format an individual feed item for display on the aggregator page.
modules/aggregator/aggregator-summary-item.tpl.phpmodules/aggregator/aggregator-summary-item.tpl.phpDefault theme implementation to present a linked feed item for summaries.
modules/aggregator/aggregator-summary-items.tpl.phpmodules/aggregator/aggregator-summary-items.tpl.phpDefault theme implementation to present feeds as list items.
modules/user/user-profile-item.tpl.phpmodules/user/user-profile-item.tpl.phpDefault theme implementation to present profile items (values from user account profile fields or modules).
theme/views-ui-edit-item.tpl.phptheme/views-ui-edit-item.tpl.phpThis template handles the printing of fields/filters/sort criteria/arguments or relationships.

Functions & methods

NameLocationDescription
AggregatorTestCase::getDefaultFeedItemCountmodules/aggregator/aggregator.testReturn the count of the randomly created feed array.
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.
aggregator_save_itemmodules/aggregator/aggregator.processor.incAdds/edits/deletes an aggregator item.
BatchMemoryQueue::claimItemincludes/batch.queue.incOverrides MemoryQueue::claimItem().
BatchMemoryQueue::getAllItemsincludes/batch.queue.incRetrieves all remaining items in the queue.
BatchQueue::claimItemincludes/batch.queue.incOverrides SystemQueue::claimItem().
BatchQueue::getAllItemsincludes/batch.queue.incRetrieves all remaining items in the queue.
cache_example_form_create_expiring_itemcache_example/cache_example.moduleSubmit handler to create a new cache item with specified expiration.
CategorizeFeedItemTestCase::getInfomodules/aggregator/aggregator.test
CategorizeFeedItemTestCase::testCategorizeFeedItemmodules/aggregator/aggregator.testIf a feed has a category, make sure that the children inherit that categorization.
devel_menu_item./devel.pages.inc
DrupalDatabaseCache::prepareItemincludes/cache.incPrepares a cached item.
DrupalQueueInterface::claimItemmodules/system/system.queue.incClaim an item in the queue for processing.
DrupalQueueInterface::createItemmodules/system/system.queue.incAdd a queue item and store it directly to the queue.
DrupalQueueInterface::deleteItemmodules/system/system.queue.incDelete a finished item from the queue.
DrupalQueueInterface::numberOfItemsmodules/system/system.queue.incRetrieve the number of items in the queue.
DrupalQueueInterface::releaseItemmodules/system/system.queue.incRelease an item that the worker could not process, so another worker can come in and process it before the timeout expires.
DrupalWebTestCase::getSelectedItemmodules/simpletest/drupal_web_test_case.phpGet the selected value from a select field.
field_get_itemsmodules/field/field.moduleReturns the field items in the language they currently would be displayed.
format_rss_itemincludes/common.incFormats a single RSS item.
hook_menu_get_item_altermodules/system/system.api.phpAlter a menu router item right after it has been retrieved from the database or cache.
MemoryQueue::claimItemmodules/system/system.queue.incClaim an item in the queue for processing.
MemoryQueue::createItemmodules/system/system.queue.incAdd a queue item and store it directly to the queue.
MemoryQueue::deleteItemmodules/system/system.queue.incDelete a finished item from the queue.
MemoryQueue::numberOfItemsmodules/system/system.queue.incRetrieve the number of items in the queue.
MemoryQueue::releaseItemmodules/system/system.queue.incRelease an item that the worker could not process, so another worker can come in and process it before the timeout expires.
MenuRouterTestCase::menuItemTitlesCasesHelpermodules/simpletest/tests/menu.testGet a url and assert the title given a case number. If override is true, the title is asserted to begin with "Alternative".
MenuRouterTestCase::testMenuGetItemNoAncestorsmodules/simpletest/tests/menu.testTest menu_get_item() with empty ancestors.
MenuRouterTestCase::testMenuItemHooksmodules/simpletest/tests/menu.testTest menu maintenance hooks.
MenuRouterTestCase::testMenuItemTitlesCasesmodules/simpletest/tests/menu.testTests the possible ways to set the title for menu items. Also tests that menu item titles work with string overrides.
MenuRouterTestCase::testMenuSetItemmodules/simpletest/tests/menu.testTest menu_set_item().
menu_edit_itemmodules/menu/menu.admin.incMenu callback; Build the menu link editing form.