Search for item

Constants

NameLocationDescription
MENU_NORMAL_ITEMincludes/menu.incNormal menu items show up in the menu tree and can be moved/hidden by the administrator. Use this for most menu items. It is the default value if no menu item type is specified.
MENU_SUGGESTED_ITEMincludes/menu.incModules may "suggest" menu items that the administrator may enable. They act just as callbacks do until enabled, at which time they act like normal items. Note for the value: 0x0010 was a flag which is no longer used, but this way the values…

Files

NameLocationDescription
modules/aggregator/aggregator-item.tpl.phpmodules/aggregator/aggregator-item.tpl.phpaggregator-item.tpl.php Default 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.phpaggregator-summary-item.tpl.php Default theme implementation to present a linked feed item for summaries.
modules/aggregator/aggregator-summary-items.tpl.phpmodules/aggregator/aggregator-summary-items.tpl.phpaggregator-summary-items.tpl.php Default theme implementation to present feeds as list items.
modules/user/user-profile-item.tpl.phpmodules/user/user-profile-item.tpl.phpuser-profile-item.tpl.php Default 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.phpviews-ui-edit-item.tpl.php

Functions & methods

NameLocationDescription
aggregator_categorize_itemsmodules/aggregator/aggregator.pages.incForm builder; build the page list form.
aggregator_categorize_items_submitmodules/aggregator/aggregator.pages.incProcess aggregator_categorize_items form submissions.
aggregator_categorize_items_validatemodules/aggregator/aggregator.pages.incValidate aggregator_categorize_items form submissions.
aggregator_feed_items_loadmodules/aggregator/aggregator.pages.incLoad feed items by passing a SQL query.
aggregator_save_itemmodules/aggregator/aggregator.moduleAdd/edit/delete an aggregator item.
format_rss_itemincludes/common.incFormat a single RSS item.
menu_edit_itemmodules/menu/menu.admin.incMenu callback; Build the menu link editing form.
menu_edit_item_submitmodules/menu/menu.admin.incProcess menu and menu item add/edit form submissions.
menu_edit_item_validatemodules/menu/menu.admin.incValidate form values for a menu link being added or edited.
menu_get_itemincludes/menu.incGet a router item.
menu_item_delete_formmodules/menu/menu.admin.incBuild a confirm form for deletion of a single menu link.
menu_item_delete_form_submitmodules/menu/menu.admin.incProcess menu delete form submissions.
menu_item_delete_pagemodules/menu/menu.admin.incMenu callback; Check access and present a confirm form for deleting a menu link.
menu_item_delete_submitmodules/menu/menu.admin.incSubmit function for the delete button on the menu item editing form.
menu_reset_itemmodules/menu/menu.moduleReset a system-defined menu item.
menu_reset_item_confirmmodules/menu/menu.admin.incMenu callback; reset a single modified item.
menu_reset_item_confirm_submitmodules/menu/menu.admin.incProcess menu reset item form submissions.
menu_set_active_itemincludes/menu.incSet the active path, which determines which page is loaded.
menu_set_itemincludes/menu.incReplaces the statically cached item for a given path.
taxonomy_rss_itemmodules/taxonomy/taxonomy.moduleProvides category information for RSS feeds.
template_preprocess_aggregator_itemmodules/aggregator/aggregator.pages.incProcess variables for aggregator-item.tpl.php.
template_preprocess_aggregator_summary_itemmodules/aggregator/aggregator.pages.incProcess variables for aggregator-summary-item.tpl.php.
template_preprocess_aggregator_summary_itemsmodules/aggregator/aggregator.pages.incProcess variables for aggregator-summary-items.tpl.php.
template_preprocess_user_profile_itemmodules/user/user.pages.incProcess variables for user-profile-item.tpl.php.
template_preprocess_views_ui_edit_itemincludes/admin.incAdd information about a section to a display.
theme_aggregator_block_itemmodules/aggregator/aggregator.moduleFormat an individual feed item for display in the block.
theme_aggregator_categorize_itemsmodules/aggregator/aggregator.pages.incTheme the page list form for assigning categories.
theme_aggregator_itemdeveloper/theme.phpImplemented using the aggregator-item.tpl.php template.
theme_aggregator_summary_itemdeveloper/theme.phpImplemented using the aggregator-summary-item.tpl.php template.
theme_aggregator_summary_itemsdeveloper/theme.phpImplemented using the aggregator-summary-items.tpl.php template.
theme_itemincludes/form.incFormat a form item.
theme_item_listincludes/theme.incReturn a themed list of items.
theme_menu_itemincludes/menu.incGenerate the HTML output for a menu item and submenu.
theme_menu_item_linkincludes/menu.incGenerate the HTML output for a single menu link.
theme_user_profile_itemdeveloper/theme.phpImplemented using the user-profile-item.tpl.php template.
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.
views_db_object::add_itemincludes/view.incAdd an item with a handler to the view.
views_db_object::get_itemincludes/view.incGet the configuration of an item (field/sort/filter/etc) on a given display.
views_db_object::get_itemsincludes/view.incGet an array of items for the current display.
views_db_object::set_itemincludes/view.incGet the configuration of an item (field/sort/filter/etc) on a given display.
views_db_object::set_item_optionincludes/view.incSet an option on an item.
views_handler_field_prerender_list::get_itemshandlers/views_handler_field_prerender_list.incReturn an array of items for the field.