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 |
|---|---|---|---|
| menu_item_delete_form_submit | function | modules/ |
Process menu delete form submissions. |
| menu_item_delete_page | function | modules/ |
Menu callback; Check access and present a confirm form for deleting a menu link. |
| menu_item_delete_submit | function | modules/ |
Submit function for the delete button on the menu item editing form. |
| MENU_NORMAL_ITEM | constant | includes/ |
Menu type -- A "normal" menu item that's shown in menu and breadcrumbs. |
| menu_reset_item | function | modules/ |
Reset a system-defined menu link. |
| menu_reset_item_confirm | function | modules/ |
Menu callback; reset a single modified menu link. |
| menu_reset_item_confirm_submit | function | modules/ |
Process menu reset item form submissions. |
| menu_set_active_item | function | includes/ |
Sets the active path, which determines which page is loaded. |
| menu_set_item | function | includes/ |
Replaces the statically cached item for a given path. |
| MENU_SUGGESTED_ITEM | constant | includes/ |
Menu type -- A normal menu item, hidden until enabled by an administrator. |
| PagerFunctionalWebTestCase::assertPagerItems | function | modules/ |
Asserts pager items and links. |
| RemoveFeedItemTestCase | class | modules/ |
|
| RemoveFeedItemTestCase::getInfo | function | modules/ |
|
| RemoveFeedItemTestCase::testRemoveFeedItem | function | modules/ |
Tests running "remove items" from 'admin/config/services/aggregator' page. |
| SiteMaintenanceTestCase | class | modules/ |
Tests site maintenance functionality. |
| SiteMaintenanceTestCase::$admin_user | property | modules/ |
|
| SiteMaintenanceTestCase::$user | property | modules/ |
|
| SiteMaintenanceTestCase::getInfo | function | modules/ |
|
| SiteMaintenanceTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| SiteMaintenanceTestCase::testCronSiteMaintenance | function | modules/ |
Verify access to cron.php with custom 403 page during maintenance mode. |
| SiteMaintenanceTestCase::testSiteMaintenance | function | modules/ |
Verify site maintenance mode functionality. |
| SystemQueue::claimItem | function | modules/ |
Claim an item in the queue for processing. |
| SystemQueue::createItem | function | modules/ |
Add a queue item and store it directly to the queue. |
| SystemQueue::deleteItem | function | modules/ |
Delete a finished item from the queue. |
| SystemQueue::numberOfItems | function | modules/ |
Retrieve the number of items in the queue. |
| SystemQueue::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. |
| template_preprocess_aggregator_item | function | modules/ |
Processes variables for aggregator-item.tpl.php. |
| template_preprocess_aggregator_summary_item | function | modules/ |
Processes variables for aggregator-summary-item.tpl.php. |
| template_preprocess_aggregator_summary_items | function | modules/ |
Processes variables for aggregator-summary-items.tpl.php. |
| template_preprocess_user_profile_item | function | modules/ |
Process variables for user-profile-item.tpl.php. |
| ThemeItemListUnitTest | class | modules/ |
Unit tests for theme_item_list(). |
| ThemeItemListUnitTest::getInfo | function | modules/ |
|
| ThemeItemListUnitTest::testItemList | function | modules/ |
Test item list rendering. |
| theme_aggregator_block_item | function | modules/ |
Returns HTML for an individual feed item for display in the block. |
| theme_aggregator_categorize_items | function | modules/ |
Returns HTML for the aggregator page list form for assigning categories. |
| theme_item_list | function | includes/ |
Returns HTML for a list or nested list of items. |
| UpdateFeedItemTestCase | class | modules/ |
Tests functionality of updating a feed item in the Aggregator module. |
| UpdateFeedItemTestCase::getInfo | function | modules/ |
|
| UpdateFeedItemTestCase::testUpdateFeedItem | function | modules/ |
Tests running "update items" from 'admin/config/services/aggregator' page. |
| user-profile-item.tpl.php | file | modules/ |
Default theme implementation to present profile items (values from user account profile fields or modules). |
| _aggregator_items | function | modules/ |
Helper function for drupal_map_assoc. |
| _announcements_feed_preprocess_item | function | modules/ |
Helper to preprocess individual announcement items. |
| _field_filter_items | function | modules/ |
Helper function to filter out empty field values. |
| _field_sort_items | function | modules/ |
Helper function to sort items in a field according to user drag-n-drop reordering. |
| _field_sort_items_helper | function | modules/ |
Sort function for items order. (copied form element_sort(), which acts on #weight keys) |
| _field_sort_items_value_helper | function | modules/ |
Same as above, using ['_weight']['#value'] |
| _menu_delete_item | function | includes/ |
Deletes a single menu link. |
| _menu_item_localize | function | includes/ |
Localizes the router item title using t() or another callback. |
| _statistics_format_item | function | modules/ |
Formats an item for display, including both the item title and the link. |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.