l

Functions that call l()

Namesort iconLocationDescription
actions_synchronizeincludes/actions.incSynchronize actions that are provided by modules.
aggregator_form_category_submitmodules/aggregator/aggregator.admin.incProcess aggregator_form_category form submissions.
aggregator_form_feed_submitmodules/aggregator/aggregator.admin.incProcess aggregator_form_feed form submissions.
aggregator_viewmodules/aggregator/aggregator.admin.incDisplays the aggregator administration page.
block_admin_display_formmodules/block/block.admin.incGenerate main blocks administration form.
blogapi_blogger_edit_postmodules/blogapi/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_new_postmodules/blogapi/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
blog_formmodules/blog/blog.moduleImplementation of hook_form().
blog_page_lastmodules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_usermodules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of a given user.
blog_usermodules/blog/blog.moduleImplementation of hook_user().
blog_viewmodules/blog/blog.moduleImplementation of hook_view().
book_admin_edit_submitmodules/book/book.admin.incHandle submission of the book administrative page form.
book_admin_overviewmodules/book/book.admin.incReturns an administrative overview of all books.
book_rendermodules/book/book.pages.incMenu callback; prints a listing of all books.
comment_admin_overviewmodules/comment/comment.admin.incForm builder; Builds the comment overview form for the admin.
comment_admin_overview_submitmodules/comment/comment.admin.incProcess comment_admin_overview form submissions.
comment_replymodules/comment/comment.pages.incThis function is responsible for generating a comment reply form. There are several cases that have to be handled, including: replies to comments replies to nodes attempts to reply to nodes that can no longer accept comments respecting access...
comment_savemodules/comment/comment.moduleAccepts a submission of new or changed comment content.
confirm_formmodules/system/system.moduleOutput a confirmation form
contact_admin_categoriesmodules/contact/contact.admin.incCategories/list tab.
contact_admin_edit_submitmodules/contact/contact.admin.incProcess the contact category edit page form submission.
dblog_eventmodules/dblog/dblog.admin.incMenu callback; displays details about a log message.
dblog_overviewmodules/dblog/dblog.admin.incMenu callback; displays a listing of log messages.
filter_admin_format_formmodules/filter/filter.admin.incGenerate a filter format form. See alsofilter_admin_format_form_validate()
filter_admin_overviewmodules/filter/filter.admin.incMenu callback; Displays a list of all input formats and which one is the default. See alsofilter_admin_overview_submit()
forum_nodeapimodules/forum/forum.moduleImplementation of hook_nodeapi().
forum_overviewmodules/forum/forum.admin.incReturns an overview list of existing forums and containers
hook_requirementsdeveloper/hooks/install.phpCheck installation requirements and do status reporting.
lincludes/common.incFormat an internal Drupal link.
locale_update_6005modules/locale/locale.installChange language setting variable of content types.
menu_edit_itemmodules/menu/menu.admin.incMenu callback; Build the menu link editing form.
menu_get_active_breadcrumbincludes/menu.incGet the breadcrumb for the current page, as determined by the active trail.
node_admin_nodesmodules/node/node.admin.incForm builder: Builds the node administration overview.
node_feedmodules/node/node.moduleA generic function for generating RSS feeds from a set of nodes.
node_overview_typesmodules/node/content_types.incDisplays the content type admin overview page.
node_revision_overviewmodules/node/node.pages.incGenerate an overview table of older revisions of a node.
node_title_listmodules/node/node.moduleGather a listing of links to nodes.
node_type_form_submitmodules/node/content_types.incImplementation of hook_form_submit().
openid_form_altermodules/openid/openid.moduleImplementation of hook_form_alter : adds OpenID login to the login forms.
openid_user_identitiesmodules/openid/openid.pages.incMenu callback; Manage OpenID identities for the specified user.
path_admin_overviewmodules/path/path.admin.incReturn a listing of all defined URL aliases. When filter key passed, perform a standard search on the given key, and return the list of matching URL aliases.
php_installmodules/php/php.installImplementation of hook_install().
poll_pagemodules/poll/poll.pages.incMenu callback to provide a simple list of all polls available.
profile_admin_overviewmodules/profile/profile.admin.incForm builder to display a listing of all editable profile fields. See alsoprofile_admin_overview_submit()
profile_blockmodules/profile/profile.moduleImplementation of hook_block().
profile_field_delete_submitmodules/profile/profile.admin.incProcess a field delete form submission.
profile_field_form_submitmodules/profile/profile.admin.incProcess profile_field_form submissions.
search_viewmodules/search/search.pages.incMenu callback; presents the search form and/or search results.
statistics_access_logmodules/statistics/statistics.admin.incMenu callback; Displays recent page accesses.
statistics_recent_hitsmodules/statistics/statistics.admin.incMenu callback; presents the "recent hits" page.
statistics_top_visitorsmodules/statistics/statistics.admin.incMenu callback; presents the "top visitors" page.
system_actions_managemodules/system/system.moduleMenu callback. Display an overview of available and configured actions.
system_admin_by_modulemodules/system/system.admin.incMenu callback; prints a listing of admin tasks for each installed module.
system_get_module_admin_tasksmodules/system/system.moduleGenerate a list of tasks offered by a specified module.
system_requirementsmodules/system/system.installTest and report Drupal installation requirements.
system_themes_formmodules/system/system.admin.incMenu callback; displays a listing of all themes. See alsosystem_themes_form_submit()
tablesort_headerincludes/tablesort.incFormat a column header.
taxonomy_form_term_submitmodules/taxonomy/taxonomy.admin.incSubmit handler to insert or update a term. See alsotaxonomy_form_term()
taxonomy_form_vocabulary_submitmodules/taxonomy/taxonomy.admin.incAccept the form submission for a vocabulary and save the results.
taxonomy_overview_termsmodules/taxonomy/taxonomy.admin.incForm builder for the taxonomy terms overview.
taxonomy_overview_vocabulariesmodules/taxonomy/taxonomy.admin.incForm builder to list and manage vocabularies. See alsotaxonomy_overview_vocabularies_submit()
taxonomy_term_pagemodules/taxonomy/taxonomy.pages.incMenu callback; displays all nodes associated with a term.
template_preprocess_aggregator_feed_sourcemodules/aggregator/aggregator.pages.incProcess variables for aggregator-feed-source.tpl.php. See alsoaggregator-feed-source.tpl.php
template_preprocess_aggregator_itemmodules/aggregator/aggregator.pages.incProcess variables for aggregator-item.tpl.php. See alsoaggregator-item.tpl.php
template_preprocess_commentmodules/comment/comment.moduleProcess variables for comment.tpl.php. See alsocomment.tpl.php
template_preprocess_comment_foldedmodules/comment/comment.moduleProcess variables for comment-folded.tpl.php. See alsocomment-folded.tpl.php
template_preprocess_forumsmodules/forum/forum.moduleProcess variables for forums.tpl.php
template_preprocess_forum_topic_listmodules/forum/forum.modulePreprocess variables to format the topic listing.
template_preprocess_user_picturemodules/user/user.moduleProcess variables for user-picture.tpl.php.
theme_admin_block_contentmodules/system/system.admin.incThis function formats the content of an administrative block.
theme_admin_pagemodules/system/system.admin.incThis function formats an administrative page for viewing.
theme_aggregator_block_itemmodules/aggregator/aggregator.moduleFormat an individual feed item for display in the block.
theme_book_admin_tablemodules/book/book.admin.incTheme function for the book administration page form. See alsobook_admin_table()
theme_book_title_linkmodules/book/book.moduleGenerate the HTML output for a link to a book title when used as a block title.
theme_comment_blockmodules/comment/comment.moduleReturns a formatted list of recent comments to be displayed in the comment block.
theme_filter_tips_more_infomodules/filter/filter.moduleFormat a link to the more extensive filter tips.
theme_linksincludes/theme.incReturn a themed set of links.
theme_locale_languages_overview_formincludes/locale.incTheme the language overview form.
theme_menu_item_linkincludes/menu.incGenerate the HTML output for a single menu link.
theme_node_add_listmodules/node/node.pages.incDisplay the list of available node types for node creation.
theme_pager_linkincludes/pager.incFormat a link to a specific query result page.
theme_system_powered_bymodules/system/system.moduleFormat the Powered by Drupal text.
theme_update_reportmodules/update/update.report.incTheme project status report.
theme_update_versionmodules/update/update.report.incTheme the version display of a project.
theme_upload_attachmentsmodules/upload/upload.moduleDisplays file attachments in table
theme_usernameincludes/theme.incFormat a username.
theme_user_admin_new_rolemodules/user/user.admin.incTheme the new-role form.
tracker_pagemodules/tracker/tracker.pages.incMenu callback. Prints a listing of active nodes on the site.
translation_node_overviewmodules/translation/translation.pages.incOverview page for a node's translations.
trigger_assign_formmodules/trigger/trigger.admin.incCreate the form definition for assigning an action to a hook-op combination.
user_admin_accessmodules/user/user.admin.incMenu callback: list all access rules
user_admin_accountmodules/user/user.admin.incForm builder; User administration page. See alsouser_admin_account_validate()
user_external_login_registermodules/user/user.moduleHelper function for authentication modules. Either login in or registers the current user, based on username. Either way, the global $user object is populated based on $name.
user_register_submitmodules/user/user.moduleSubmit handler for the user registration form.
_locale_translate_seekincludes/locale.incPerform a string search and display results in a table
_menu_overview_tree_formmodules/menu/menu.admin.incRecursive helper function for menu_overview_form().
_node_mass_update_batch_processmodules/node/node.admin.incNode Mass Update Batch operation
_statistics_linkmodules/statistics/statistics.moduleIt is possible to adjust the width of columns generated by the statistics module.
_update_refreshmodules/update/update.fetch.incFetch project info via XML from a central server.
_update_requirement_checkmodules/update/update.modulePrivate helper method to fill in the requirements array.

Functions called by l()

Namesort iconLocationDescription
check_plainincludes/bootstrap.incEncode special characters in a plain-text string for display as HTML.
check_urlincludes/common.incPrepare a URL for use in an HTML attribute. Strips harmful protocols.
drupal_attributesincludes/common.incFormat an attribute string to insert in a tag.
drupal_is_front_pageincludes/path.incCheck if the current page is the front page.
lincludes/common.incFormat an internal Drupal link.
urlincludes/common.incGenerate a URL from a Drupal menu path. Will also pass-through existing URLs.
 
 

Drupal is a registered trademark of Dries Buytaert.