| AggregatorTestCase::getDefaultFeedItemCount | modules/aggregator/aggregator.test | Return the count of the randomly created feed array. |
| AggregatorTestCase::removeFeedItems | modules/aggregator/aggregator.test | Confirm item removal from a feed. |
| AggregatorTestCase::updateFeedItems | modules/aggregator/aggregator.test | Update feed items (simulate click to admin/config/services/aggregator/update/$fid). |
| aggregator_categorize_items | modules/aggregator/aggregator.pages.inc | Form constructor to build the page list form. |
| aggregator_categorize_items_submit | modules/aggregator/aggregator.pages.inc | Form submission handler for aggregator_categorize_items(). |
| aggregator_feed_items_load | modules/aggregator/aggregator.pages.inc | Loads and optionally filters feed items. |
| aggregator_save_item | modules/aggregator/aggregator.processor.inc | Adds/edits/deletes an aggregator item. |
| BatchMemoryQueue::claimItem | includes/batch.queue.inc | Overrides MemoryQueue::claimItem(). |
| BatchMemoryQueue::getAllItems | includes/batch.queue.inc | Retrieves all remaining items in the queue. |
| BatchQueue::claimItem | includes/batch.queue.inc | Overrides SystemQueue::claimItem(). |
| BatchQueue::getAllItems | includes/batch.queue.inc | Retrieves all remaining items in the queue. |
| cache_example_form_create_expiring_item | cache_example/cache_example.module | Submit handler to create a new cache item with specified expiration. |
| CategorizeFeedItemTestCase::getInfo | modules/aggregator/aggregator.test | |
| CategorizeFeedItemTestCase::testCategorizeFeedItem | modules/aggregator/aggregator.test | If a feed has a category, make sure that the children inherit that
categorization. |
| devel_menu_item | ./devel.pages.inc | |
| DrupalDatabaseCache::prepareItem | includes/cache.inc | Prepares a cached item. |
| DrupalQueueInterface::claimItem | modules/system/system.queue.inc | Claim an item in the queue for processing. |
| DrupalQueueInterface::createItem | modules/system/system.queue.inc | Add a queue item and store it directly to the queue. |
| DrupalQueueInterface::deleteItem | modules/system/system.queue.inc | Delete a finished item from the queue. |
| DrupalQueueInterface::numberOfItems | modules/system/system.queue.inc | Retrieve the number of items in the queue. |
| DrupalQueueInterface::releaseItem | modules/system/system.queue.inc | Release an item that the worker could not process, so another
worker can come in and process it before the timeout expires. |
| DrupalWebTestCase::getSelectedItem | modules/simpletest/drupal_web_test_case.php | Get the selected value from a select field. |
| field_get_items | modules/field/field.module | Returns the field items in the language they currently would be displayed. |
| format_rss_item | includes/common.inc | Formats a single RSS item. |
| hook_menu_get_item_alter | modules/system/system.api.php | Alter a menu router item right after it has been retrieved from the database or cache. |
| MemoryQueue::claimItem | modules/system/system.queue.inc | Claim an item in the queue for processing. |
| MemoryQueue::createItem | modules/system/system.queue.inc | Add a queue item and store it directly to the queue. |
| MemoryQueue::deleteItem | modules/system/system.queue.inc | Delete a finished item from the queue. |
| MemoryQueue::numberOfItems | modules/system/system.queue.inc | Retrieve the number of items in the queue. |
| MemoryQueue::releaseItem | modules/system/system.queue.inc | Release an item that the worker could not process, so another
worker can come in and process it before the timeout expires. |
| MenuRouterTestCase::menuItemTitlesCasesHelper | modules/simpletest/tests/menu.test | Get a url and assert the title given a case number. If override is true,
the title is asserted to begin with "Alternative". |
| MenuRouterTestCase::testMenuGetItemNoAncestors | modules/simpletest/tests/menu.test | Test menu_get_item() with empty ancestors. |
| MenuRouterTestCase::testMenuItemHooks | modules/simpletest/tests/menu.test | Test menu maintenance hooks. |
| MenuRouterTestCase::testMenuItemTitlesCases | modules/simpletest/tests/menu.test | Tests the possible ways to set the title for menu items.
Also tests that menu item titles work with string overrides. |
| MenuRouterTestCase::testMenuSetItem | modules/simpletest/tests/menu.test | Test menu_set_item(). |
| menu_edit_item | modules/menu/menu.admin.inc | Menu callback; Build the menu link editing form. |