Search for item
- Search 9.5.x for item
- Search 8.9.x for item
- Search 10.3.x for item
- Search 11.x for item
- Search main for item
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| $item | global | external_documentation/ |
General string or array. |
| $items | global | external_documentation/ |
Array of items used by aggregator. |
| $pager_total_items | global | external_documentation/ |
Array of the total number of items for each pager. |
| aggregator-item.tpl.php | file | modules/ |
Default theme implementation to format an individual feed item for display on the aggregator page. |
| aggregator-summary-item.tpl.php | file | modules/ |
Default theme implementation to present a linked feed item for summaries. |
| aggregator-summary-items.tpl.php | file | modules/ |
Default theme implementation to present feeds as list items. |
| AggregatorTestCase::getDefaultFeedItemCount | function | modules/ |
Returns the count of the randomly created feed array. |
| AggregatorTestCase::removeFeedItems | function | modules/ |
Confirms an item removal from a feed. |
| AggregatorTestCase::updateFeedItems | function | modules/ |
Updates the feed items. |
| aggregator_categorize_items | function | modules/ |
Form constructor to build the page list form. |
| aggregator_categorize_items_submit | function | modules/ |
Form submission handler for aggregator_categorize_items(). |
| aggregator_feed_items_load | function | modules/ |
Loads and optionally filters feed items. |
| aggregator_save_item | function | modules/ |
Adds/edits/deletes an aggregator item. |
| AnnounceFeedTestRelevantVersion::testIsRelevantItem | function | modules/ |
Test for validating the announcements_feed_is_relevant_item function. |
| announcements_feed_is_relevant_item | function | modules/ |
Check whether the version given is relevant to the Drupal version used. |
| BatchMemoryQueue::claimItem | function | includes/ |
Overrides MemoryQueue::claimItem(). |
| BatchMemoryQueue::getAllItems | function | includes/ |
Retrieves all remaining items in the queue. |
| BatchQueue::claimItem | function | includes/ |
Overrides SystemQueue::claimItem(). |
| BatchQueue::getAllItems | function | includes/ |
Retrieves all remaining items in the queue. |
| CategorizeFeedItemTestCase | class | modules/ |
Tests categorization functionality in the Aggregator module. |
| CategorizeFeedItemTestCase::getInfo | function | modules/ |
|
| CategorizeFeedItemTestCase::testCategorizeFeedItem | function | modules/ |
Checks that children of a feed inherit a defined category. |
| DrupalDatabaseCache::prepareItem | function | includes/ |
Prepares a cached item. |
| DrupalQueueInterface::claimItem | function | modules/ |
Claim an item in the queue for processing. |
| DrupalQueueInterface::createItem | function | modules/ |
Add a queue item and store it directly to the queue. |
| DrupalQueueInterface::deleteItem | function | modules/ |
Delete a finished item from the queue. |
| DrupalQueueInterface::numberOfItems | function | modules/ |
Retrieve the number of items in the queue. |
| DrupalQueueInterface::releaseItem | function | modules/ |
Release an item that the worker could not process, so another worker can come in and process it before the timeout expires. |
| DrupalWebTestCase::getSelectedItem | function | modules/ |
Get the selected value from a select field. |
| field_get_items | function | modules/ |
Returns the field items in the language they currently would be displayed. |
| format_rss_item | function | includes/ |
Formats a single RSS item. |
| hook_menu_get_item_alter | function | modules/ |
Alter a menu router item right after it has been retrieved from the database or cache. |
| MemoryQueue::claimItem | function | modules/ |
Claim an item in the queue for processing. |
| MemoryQueue::createItem | function | modules/ |
Add a queue item and store it directly to the queue. |
| MemoryQueue::deleteItem | function | modules/ |
Delete a finished item from the queue. |
| MemoryQueue::numberOfItems | function | modules/ |
Retrieve the number of items in the queue. |
| MemoryQueue::releaseItem | function | modules/ |
Release an item that the worker could not process, so another worker can come in and process it before the timeout expires. |
| Menu item types | group | includes/ |
Definitions for various menu item types. |
| MenuRouterTestCase::menuItemTitlesCasesHelper | function | modules/ |
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 | function | modules/ |
Test menu_get_item() with empty ancestors. |
| MenuRouterTestCase::testMenuItemHooks | function | modules/ |
Test menu maintenance hooks. |
| MenuRouterTestCase::testMenuItemTitlesCases | function | modules/ |
Tests the possible ways to set the title for menu items. Also tests that menu item titles work with string overrides. |
| MenuRouterTestCase::testMenuSetItem | function | modules/ |
Test menu_set_item(). |
| MenuTestCase::$items | property | modules/ |
|
| MenuTestCase::testUnpublishedNodeMenuItem | function | modules/ |
Tests that menu admin lists can include menu items for unpublished nodes. |
| menu_edit_item | function | modules/ |
Menu callback; Build the menu link editing form. |
| menu_edit_item_submit | function | modules/ |
Process menu and menu item add/edit form submissions. |
| menu_edit_item_validate | function | modules/ |
Validate form values for a menu link being added or edited. |
| menu_get_item | function | includes/ |
Gets a router item. |
| menu_item_delete_form | function | modules/ |
Build a confirm form for deletion of a single menu link. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.