admin_bar_output in modules/admin_bar/admin_bar.inc
Build the administration bar output.
ajax_deliver_dialog in includes/ajax.inc
Delivers the content of a page as a dialog.
AJAXDialogTest::testDialog in modules/simpletest/tests/ajax.test
Test sending non-JS and AJAX requests to open and manipulate modals.
ajax_prepare_response in includes/ajax.inc
Converts the return value of a page callback into an Ajax commands array.
ajax_test_dialog_contents in modules/simpletest/tests/ajax_test.module
Menu callback: Returns the contents for dialogs opened by ajax_test_dialog().
authorize.php in ./authorize.php
Administrative script for running authorized file operations.
backdrop_get_css in includes/common.inc
Returns a themed representation of all stylesheets to attach to the page.
backdrop_get_html_head in includes/common.inc
Retrieves output to be displayed in the HEAD tag of the HTML page.
backdrop_get_js in includes/common.inc
Returns a themed presentation of all JavaScript code for the current page.
backdrop_render_children in includes/common.inc
Renders children of an element and concatenates them.
bartik_field__taxonomy_term_reference in themes/bartik/template.php
Overrides theme_field__FIELD_TYPE().
Block::getAdminConditionsPreview in modules/layout/includes/block.class.inc
Return a fieldset listing any visibility conditions set for this block.
book_children in modules/book/book.module
Formats the menu links for the child pages of the current page.
comment_node_update_index in modules/comment/comment.module
Implements hook_node_update_index().
CommonBackdropRenderTestCase::assertRenderedElement in modules/simpletest/tests/common.test
CommonBackdropRenderTestCase::testBackdropRenderBasics in modules/simpletest/tests/common.test
Tests the output backdrop_render() for some elementary input values.
CommonBackdropRenderTestCase::testBackdropRenderCache in modules/simpletest/tests/common.test
Tests caching of render items.
CommonBackdropRenderTestCase::testBackdropRenderChildrenAttached in modules/simpletest/tests/common.test
Test #attached functionality in children elements.
CommonBackdropRenderTestCase::testBackdropRenderSorting in modules/simpletest/tests/common.test
Test sorting by weight.
CommonBackdropRenderTestCase::testBackdropRenderThemeArguments in modules/simpletest/tests/common.test
Test passing arguments to the theme function.
CommonJavaScriptTestCase::testAttachedLibrary in modules/simpletest/tests/common.test
Tests the addition of libraries through the #attached['library'] property.
common_test_backdrop_render_invalid_keys in modules/simpletest/tests/common_test.module
Render an element with an invalid render array key.
config_export_single_form_update_type in modules/config/config.admin.inc
Handles switching the configuration type selector.
DashboardContentTypesBlock::getContent in modules/dashboard/includes/block.node_types.inc
Return the content of a block.
DashboardMenuBlock::getContent in modules/dashboard/includes/block.menus.inc
Return the content of a block.
dashboard-panel.tpl.php in modules/dashboard/templates/dashboard-panel.tpl.php
Output for a Dashboard panel.
DashboardTaxonomyBlock::getContent in modules/dashboard/includes/block.taxonomy.inc
Return the content of a block.
drupal_render in includes/drupal.inc
Renders HTML given a structured array tree.
EmailFieldTestCase::testEmailField in modules/email/tests/email.test
Tests e-mail field.
FieldAttachOtherTestCase::testFieldAttachView in modules/field/tests/field.test
Test field_attach_view() and field_attach_prepare_view().
FieldBlock::formatterFormAjax in modules/field/field.block.inc
Form #ajax callback used by FieldBlock::form().
FieldDisplayAPITestCase::testFieldViewField in modules/field/tests/field.test
Test the field_view_field() function.
FieldDisplayAPITestCase::testFieldViewValue in modules/field/tests/field.test
Test the field_view_value() function.
field_tokens in modules/field/field.tokens.inc
Implements hook_tokens().
FieldUIManageDisplayTestCase::assertNodeViewTextHelper in modules/field_ui/tests/field_ui.test
Asserts that a string is (not) found in the rendered nodein a display mode.
file_ajax_upload in modules/file/file.module
Ajax callback: Processes file uploads and deletions.
file_managed_file_browser_open in modules/file/file.module
AJAX callback for managed_file elements to open a browser modal dialog.
filter_admin_format_editor_ajax in modules/filter/filter.admin.inc
AJAX callback for filter_admin_format_form().
filter_admin_format_filter_settings_form_ajax in modules/filter/filter.admin.inc
Ajax handler: Opens the dialog to configure a text format filter.
filter_format_editor_dialog_save in modules/filter/filter.pages.inc
Form AJAX callback. Sends the save editor AJAX command and closes the dialog.
FormCheckboxTestCase::testFormCheckbox in modules/simpletest/tests/form.test
FormsTestCase::testRequiredFields in modules/simpletest/tests/form.test
Check several empty values for required forms elements.
hook_search_execute in modules/search/search.api.php
Execute a search for a set of key words.
hook_tokens_alter in modules/system/system.api.php
Alter replacement values for placeholder tokens.
hook_update_index in modules/search/search.api.php
Update the search index for this module.
installer_browser_add_remove_queue_dialog_link_ajax in modules/installer/installer.browser.inc
AJAX submit handler for installer_browser_add_remove_queue_dialog_link().
installer_browser_add_remove_queue_link in modules/installer/installer.browser.inc
Builds the add/remove project to install queue link.
installer_browser_get_install_list in modules/installer/installer.pages.inc
Returns the themed install list form.
installer_browser_installation_page in modules/installer/installer.pages.inc
Menu callback; page to install projects.
installer_browser_page in modules/installer/installer.pages.inc
Page to display the projects.
installer_manager_install_modal_callback in modules/installer/installer.manager.inc
AJAX callback to update the add/remove queue on bulk add.
install_run_task in includes/install.core.inc
Runs an individual installation task.
install_select_language in includes/install.core.inc
Installation task; select which language to use.
install_select_profile in includes/install.core.inc
Selects which profile to install.
layout_ajax_form_open_dialog in modules/layout/layout.admin.inc
AJAX handler that opens a form in a dialog.
layout_ajax_form_save_dialog in modules/layout/layout.admin.inc
AJAX handler that saves a form in a dialog and updates the underlying form.
layout_ajax_form_save_title_dialog in modules/layout/layout.admin.inc
layout_ajax_form_update in modules/layout/layout.admin.inc
AJAX handler that updates a portion of the form.
layout_block_configure_ajax_update in modules/layout/layout.admin.inc
AJAX callback to update the underlying layout form after updating a block.
layout-content-form.tpl.php in modules/layout/templates/layout-content-form.tpl.php
layout_flexible_template_edit_row_ajax in modules/layout/layout.flexible.inc
AJAX callback on the submit button for editing a layout row.
layout_list_page in modules/layout/layout.admin.inc
Output a list of pages that are managed.
LayoutRendererEditor::getBlockLinks in modules/layout/plugins/renderers/layout_renderer_editor.inc
Render the links to display when editing a block.
LayoutRendererEditor::getRegionLinks in modules/layout/plugins/renderers/layout_renderer_editor.inc
Render the links to display when editing a region.
LayoutRendererFlexible::getRowButtons in modules/layout/plugins/renderers/layout_renderer_flexible.inc
Render the links to display when editing a region.
layout_settings_form_path_ajax in modules/layout/layout.admin.inc
AJAX handler for layout_settings_form() the returns updated contexts.
locale_translate_export_screen in modules/locale/locale.bulk.inc
User interface for the translation export screen.
locale_translate_seek_screen in modules/locale/locale.pages.inc
String search screen.
node_feed in modules/node/node.module
Page callback: Generates and prints an RSS feed.
_node_index_node in modules/node/node.module
Indexes a single node.
node_search_execute in modules/node/node.module
Implements hook_search_execute().
render in includes/common.inc
Renders an element.
RenderElementTypesTestCase::assertElements in modules/simpletest/tests/theme.test
Asserts that an array of elements is rendered properly.
search_embedded_form_preprocess_search_results in modules/search/tests/search_embedded_form/search_embedded_form.module
Adds the test form to search results.
system_themes_page in modules/system/system.admin.inc
Menu callback; displays a listing of all themes.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in modules/taxonomy/tests/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in modules/taxonomy/tests/taxonomy.test
Test widgets.
template_preprocess_block in modules/layout/layout.theme.inc
Prepares variables for block templates.
template_preprocess_date_views_filter_form in modules/date/date.theme.inc
Preprocessor for Date Views filter form.
template_preprocess_installer_browser_install_queue in modules/installer/installer.theme.inc
Add some variables for the projects install queue theme.
template_preprocess_installer_browser_list in modules/installer/installer.theme.inc
Add some variables for the projects list theme.
template_preprocess_views_exposed_form in modules/views/templates/views.theme.inc
Default theme function for all filter forms.
template_preprocess_views_ui_display_tab_bucket in modules/views_ui/views_ui.theme.inc
template_preprocess_views_ui_view_preview_section in modules/views_ui/views_ui.theme.inc
Theme preprocess for theme_views_ui_view_preview_section().
template_preprocess_views_view_row_comment in modules/comment/views/comment.views.inc
Template helper for theme_views_view_row_comment
template_preprocess_views_view_row_search in modules/search/views/search.views.inc
Template helper for theme_views_view_row_search
TextFieldTestCase::_testTextfieldWidgets in modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgetsFormatted in modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgetsFormatted().
theme_admin_bar_links in modules/admin_bar/admin_bar.theme.inc
Render a themed list of links.
theme_book_admin_table in modules/book/book.admin.inc
Returns HTML for a book administration form.
theme_ckeditor_settings_toolbar in modules/ckeditor/ckeditor.theme.inc
Displays the toolbar configuration for CKEditor.
theme_contact_category_list_table in modules/contact/contact.theme.inc
Returns HTML for the contact form categories administrative table.
theme_date_text_parts in modules/date/date.theme.inc
Returns HTML for the text/select options for date parts in a table.
ThemeDebugMarkupTestCase::testDebugOutput in modules/simpletest/tests/theme.test
Tests debug markup added to template output.
theme_exposed_filters in modules/system/system.theme.inc
Returns HTML for an exposed filter form.
theme_field in modules/field/field.theme.inc
Returns HTML for a field.
theme_field_multiple_value_form in modules/field/field.theme.inc
Returns HTML for an individual form element.
theme_field_ui_table in modules/field_ui/field_ui.theme.inc
Returns HTML for Field UI overview tables.
theme_file_display_order in modules/file/file.theme.inc
Returns HTML for a file display's display order table.
theme_file_widget_multiple in modules/file/file.theme.inc
Returns HTML for a group of file upload widgets.
theme_filter_admin_format_filter_order in modules/filter/filter.theme.inc
Returns HTML for a text format's filter order form.
theme_filter_admin_overview in modules/filter/filter.theme.inc
Returns HTML for the text format administration overview form.
theme_filter_format_editor_image_form in modules/filter/filter.theme.inc
ThemeFunctionsTestCase::testBackdropPreRenderLinks in modules/simpletest/tests/theme.test
Test the use of backdrop_pre_render_links() on a nested array of links.
theme_image_anchor in modules/image/image.theme.inc
Returns HTML for a 3x3 grid of checkboxes for image anchors.
theme_image_style_effects in modules/image/image.theme.inc
Returns HTML for a listing of the effects within a specific image style.
theme_image_widget in modules/image/image.theme.inc
Returns HTML for an image field widget.
theme_installer_browser_project_description in modules/installer/installer.theme.inc
Builds the truncated description on the project list.
theme_language_admin_overview_form_table in modules/language/language.theme.inc
Returns HTML for the language overview form.
theme_language_negotiation_configure_form in modules/locale/locale.theme.inc
Returns HTML for the language negotiation configuration form.
theme_layout_action_links in modules/layout/layout.theme.inc
Output a list of action links for layouts.
theme_layout_conditions in modules/layout/layout.theme.inc
Output the list of visibility conditions for layouts.
theme_layout_menu_item_arguments_table in modules/layout/layout.theme.inc
Output the arguments table for layout_menu_item_arguments_form().
theme_layout_settings_context_table in modules/layout/layout.theme.inc
Output the table for layout_settings_form() contexts.
theme_link in includes/theme.inc
Returns HTML for a link.
theme_link_field in modules/link/link.theme.inc
Formats a link field widget.
theme_locale_date_format_form in modules/locale/locale.theme.inc
Returns themed HTML for the locale_date_format_form() form.
theme_menu_link in includes/menu.inc
Returns HTML for a menu link and submenu.
theme_menu_local_actions in includes/menu.inc
Returns rendered HTML for the local actions.
theme_menu_local_tasks in includes/menu.inc
Returns HTML for primary and secondary local tasks.
theme_menu_overview_form in modules/menu/menu.theme.inc
Returns HTML for the menu overview form into a table.
theme_node_preview_banner_form in modules/node/node.theme.inc
Returns HTML for node_preview_banner_form().
theme_node_search_factors in modules/node/node.theme.inc
Returns HTML for the content ranking part of the search settings admin page.
theme_options in modules/field/modules/options/options.theme.inc
Theme an options element.
theme_path_bulk_update_form in modules/path/path.admin.inc
Returns HTML for the Path bulk update page.
theme_simpletest_test_table in modules/simpletest/simpletest.theme.inc
Returns HTML for a test list generated by simpletest_test_form() into a table.
theme_system_modules_fieldset in modules/system/system.theme.inc
Returns HTML for the modules form.
theme_system_modules_uninstall in modules/system/system.theme.inc
Returns HTML for a table of currently disabled modules.
_theme_table_cell in includes/theme.inc
Returns HTML output for a single table cell for theme_table().
theme_tableselect in includes/form.inc
Returns HTML for a table with radio buttons or checkboxes.
theme_taxonomy_overview_terms in modules/taxonomy/taxonomy.theme.inc
Returns HTML for a terms overview form as a sortable list of terms.
theme_user_admin_permissions in modules/user/user.theme.inc
Returns HTML for the administer permissions page.
theme_user_admin_roles in modules/user/user.theme.inc
Returns HTML for the role order form.
theme_views_form_views_form in modules/views/templates/views.theme.inc
Theme function for a View with form elements: replace the placeholders.
theme_views_ui_build_group_filter_form in modules/views_ui/views_ui.theme.inc
Theme the build group filter form.
theme_views_ui_expose_filter_form in modules/views_ui/views_ui.theme.inc
Theme the expose filter form.
theme_views_ui_rearrange_filter_form in modules/views_ui/views_ui.theme.inc
Turn the rearrange form into a proper table
theme_views_ui_rearrange_form in modules/views_ui/views_ui.theme.inc
Turn the rearrange form into a proper table
theme_views_ui_reorder_displays_form in modules/views_ui/views_ui.theme.inc
Turn the reorder form into a proper table
theme_views_ui_style_plugin_table in modules/views_ui/views_ui.theme.inc
Theme the form for the table style plugin
theme_views_view_mapping_test in modules/views/tests/views_test/views_test.module
Returns HTML for the Mapping Test style.
update_selection_page in ./update.php
Renders form with a list of available database updates.
views_ajax_form_wrapper in modules/views/includes/ajax.inc
Wrapper around backdrop_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client.
views_handler_field::advanced_render in modules/views/handlers/views_handler_field.inc
Render a field using advanced settings.
views_handler_field_comment_node_link::render in modules/comment/views/views_handler_field_comment_node_link.inc
Render the field.
views_handler_field_contextual_links::render in modules/views/handlers/views_handler_field_contextual_links.inc
Render the contextual fields.
views_handler_field_dropbutton::render in modules/views/handlers/views_handler_field_dropbutton.inc
Render the contextual fields.
views_handler_field_field::set_items in modules/field/views/views_handler_field_field.inc
Return an array of items for the field.
views_handler_field_links::render in modules/views/handlers/views_handler_field_links.inc
Render the links field.
views_plugin_exposed_form::render_exposed_form in modules/views/plugins/views_plugin_exposed_form.inc
Render the exposed filter form.
views_plugin_row_comment_rss::render in modules/comment/views/views_plugin_row_comment_rss.inc
Render a row object. This usually passes through to a theme template of some form, but not always.
views_plugin_row_node_rss::render in modules/node/views/views_plugin_row_node_rss.inc
Render a row object. This usually passes through to a theme template of some form, but not always.
views_plugin_row_node_view::render in modules/node/views/views_plugin_row_node_view.inc
Render a row object. This usually passes through to a theme template of some form, but not always.
views_plugin_row_user_view::render in modules/user/views/views_plugin_row_user_view.inc
Render a row object. This usually passes through to a theme template of some form, but not always.
views_plugin_style_summary_jump_menu::render in modules/views/plugins/views_plugin_style_summary_jump_menu.inc
Render the display in this style.
views_ui_preprocess_views_view in modules/views_ui/views_ui.module
Theme preprocess for views-view.tpl.php.
views_ui_regenerate_tab in modules/views_ui/views_ui.admin.inc
Regenerate the current tab for AJAX updates.
views-view.tpl.php in modules/views/templates/views-view.tpl.php
Main view template.