- admin_bar_locale_links in core/modules/admin_bar/admin_bar.module
- Build Locale links.
- admin_bar_preprocess_page in core/modules/admin_bar/admin_bar.module
- Implements hook_preprocess_page().
- admin_bar_theme_settings in core/modules/admin_bar/admin_bar.inc
- Form builder function for module settings.
- ajax_example_add_more in modules/examples/ajax_example/ajax_example_graceful_degradation.inc
- Form with 'add more' and 'remove' buttons.
- ajax_example_dynamic_sections in modules/examples/ajax_example/ajax_example_graceful_degradation.inc
- Dynamically-enabled form with graceful no-JavaScript degradation.
- ajax_example_progressbar_form in modules/examples/ajax_example/ajax_example_progressbar.inc
- Implements hook_FORMID().
- ajax_example_wizard in modules/examples/ajax_example/ajax_example_graceful_degradation.inc
- Wizard form.
- ajax_pre_render_element in core/includes/ajax.inc
- Adds Ajax information about an element to communicate with JavaScript.
- BackdropPrivateStreamWrapper::getExternalUrl in core/includes/stream_wrappers.inc
- Overrides getExternalUrl().
- BackdropTemporaryStreamWrapper::getExternalUrl in core/includes/stream_wrappers.inc
- Overrides getExternalUrl().
- BackdropWebTestCase::assertUrl in core/modules/simpletest/backdrop_web_test_case.php
- Pass if the internal browser's URL matches the given path.
- BackdropWebTestCase::backdropGet in core/modules/simpletest/backdrop_web_test_case.php
- Retrieves a Backdrop path or an absolute path.
- BackdropWebTestCase::backdropHead in core/modules/simpletest/backdrop_web_test_case.php
- Retrieves only the headers for a Backdrop path or an absolute path.
- backdrop_add_feed in core/includes/common.inc
- Adds a feed URL for the current page.
- backdrop_add_js in core/includes/common.inc
- Adds a JavaScript file, setting, or inline code to the page.
- backdrop_goto in core/includes/common.inc
- Sends the user to a different page.
- batch_process in core/includes/form.inc
- Processes the batch.
- block_admin_list in core/modules/block/block.admin.inc
- Page callback; Display a list of all custom blocks.
- block_custom_block_form in core/modules/block/block.module
- Form constructor for the custom block form.
- block_example_page in modules/examples/block_example/block_example.module
- Simple page function to explain what the block example is about.
- BookTestCase::checkBookNode in core/modules/book/tests/book.test
- Checks the outline of sub-pages; previous, up, and next.
- book_node_insert in core/modules/book/book.module
- Implements hook_node_insert().
- book_node_update in core/modules/book/book.module
- Implements hook_node_update().
- CKEditor5UpgradeTestCase::testUpgrade in core/modules/ckeditor5/tests/ckeditor5_upgrade.test
- Test upgrading a CKEditor 4 text format to CKEditor 5.
- ckeditor5_enable in core/modules/ckeditor5/ckeditor5.install
- Implements hook_enable().
- ckeditor5_form_filter_admin_format_form_alter in core/modules/ckeditor5/ckeditor5.module
- Implements hook_form_FORM_ID_alter().
- ckeditor5_get_config in core/modules/ckeditor5/ckeditor5.module
- Editor JS settings callback; Add CKEditor config to the page for a format.
- ckeditor5_requirements in core/modules/ckeditor5/ckeditor5.install
- Implements hook_requirements().
- ckeditor5_upgrade_form in core/modules/ckeditor5/ckeditor5.upgrade.inc
- Form callback for upgrading a text format from CKEditor 4 to CKEditor 5.
- ckeditor_get_settings in core/modules/ckeditor/ckeditor.module
- Editor JS settings callback; Add CKEditor settings to the page for a format.
- ckeditor_requirements in core/modules/ckeditor/ckeditor.install
- Implements hook_requirements().
- color_form_system_theme_settings_alter in core/modules/color/color.module
- Implements hook_form_FORM_ID_alter().
- CommentRSSUnitTest::testCommentRSS in core/modules/comment/tests/comment.test
- Tests comments as part of an RSS feed.
- CommentTokenReplaceTestCase::testCommentTokenReplacement in core/modules/comment/tests/comment.test
- Creates a comment, then tests the tokens generated from it.
- comment_form in core/modules/comment/comment.module
- Form constructor for the basic commenting form.
- comment_node_view in core/modules/comment/comment.module
- Implements hook_node_view().
- comment_tokens in core/modules/comment/comment.tokens.inc
- Implements hook_tokens().
- CommonBackdropAddFeedTestCase::testBasicFeedAddNoTitle in core/modules/simpletest/tests/common.test
- Test backdrop_add_feed() with paths, URLs, and titles.
- CommonBackdropGotoTestCase::testBackdropGoto in core/modules/simpletest/tests/common.test
- Test backdrop_goto().
- CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequest in core/modules/simpletest/tests/common.test
- CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequestBasicAuth in core/modules/simpletest/tests/common.test
- CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequestHeaders in core/modules/simpletest/tests/common.test
- Tests Content-language headers generated by Backdrop.
- CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequestRedirect in core/modules/simpletest/tests/common.test
- CommonBackdropRenderTestCase::testBackdropRenderFormElements in core/modules/simpletest/tests/common.test
- Test rendering form elements without passing through form_builder().
- CommonJavaScriptTestCase::testAddFile in core/modules/simpletest/tests/common.test
- Test adding a JavaScript file.
- CommonURLWebTestCase::testExternalUrls in core/modules/simpletest/tests/common.test
- Test external URL handling.
- CommonURLWebTestCase::testLXSS in core/modules/simpletest/tests/common.test
- Confirm that invalid text given as $path is filtered.
- CommonURLWebTestCase::testUrl in core/modules/simpletest/tests/common.test
- Test url() with/without query, with/without fragment, absolute on/off and
assert all that works when clean URLs are on and off.
- config_import_full_form in core/modules/config/config.admin.inc
- Form callback; Provide a form for importing a full set of configuration.
- config_import_single_form in core/modules/config/config.admin.inc
- Form callback; Build the form to import a single configuration file.
- config_sync_form in core/modules/config/config.admin.inc
- Form callback; Build the form for syncing all staged configuration.
- config_sync_validate_file in core/modules/config/config.sync.inc
- Validate an individual configuration to ensure it's safe to import.
- ConfirmFormTest::testConfirmForm in core/modules/system/tests/system.test
- Tests that the confirm form does not use external destinations.
- contact_category_list in core/modules/contact/contact.admin.inc
- Page callback: Lists contact categories.
- contact_form_user_profile_form_alter in core/modules/contact/contact.module
- Implements hook_form_FORM_ID_alter().
- contact_mail in core/modules/contact/contact.module
- Implements hook_mail().
- contact_site_form in core/modules/contact/contact.pages.inc
- Form constructor for the site-wide contact form.
- DateTimeFunctionalTest::testDateFormatConfiguration in core/modules/system/tests/system.test
- Test date format configuration.
- date_default_formatter_settings_form in core/modules/date/date.admin.inc
- Settings for the default formatter.
- date_pager_url in core/modules/date/views/date.views.inc
- Format links correctly for the new Date pager.
- dblog_form_system_logging_settings_alter in core/modules/dblog/dblog.module
- Implements hook_form_FORM_ID_alter() for system_logging_settings().
- EntityReferenceSelectionHandlerViews::settingsForm in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc
- Implements EntityReferenceHandler::settingsForm().
- entity_tokens in core/modules/entity/entity.tokens.inc
- Implements hook_tokens().
- field_entity_view_mode_update in core/modules/field/field.module
- Implements hook_entity_view_mode_update().
- field_system_info_alter in core/modules/field/field.module
- Implements hook_system_info_alter().
- field_ui_display_form in core/modules/field_ui/field_ui.admin.inc
- Form constructor for the field display settings for a given display mode.
- field_ui_fields_list in core/modules/field_ui/field_ui.admin.inc
- Page callback: Lists all defined fields for quick reference.
- field_ui_view_mode_enable in core/modules/field_ui/field_ui.admin.inc
- Menu callback: Enables the manage displays UI for a display mode.
- FileEditTestCase::testFileEdit in core/modules/file/tests/file.test
- Check file edit functionality.
- FileExampleSessionStreamWrapper::getExternalUrl in modules/examples/file_example/file_example_session_streams.inc
- Overrides getExternalUrl().
- file_list_types_page in core/modules/file/file.admin.inc
- Displays the file type admin overview page.
- file_managed_file_browser_open in core/modules/file/file.module
- AJAX callback for managed_file elements to open a browser modal dialog.
- file_manage_form in core/modules/file/file.pages.inc
- Page callback: Form constructor for the file manage form.
- file_multiple_delete_confirm in core/modules/file/file.pages.inc
- Multiple file deletion confirmation form.
- file_permission in core/modules/file/file.module
- Implements hook_permission().
- file_requirements in core/modules/file/file.install
- Implements hook_requirements().
- file_update_1011 in core/modules/file/file.install
- Add Apple media types to document file type and to allowed extensions.
- file_view_page in core/modules/file/file.pages.inc
- Menu callback; view a single file entity.
- filter_permission in core/modules/filter/filter.module
- Implements hook_permission().
- FormsRebuildTestCase::testPreserveFormActionAfterAJAX in core/modules/simpletest/tests/form.test
- Tests that a form's action is retained after an Ajax submission.
- form_process_autocomplete in core/includes/form.inc
- Process function to prepare autocomplete data.
- hook_mail in core/modules/system/system.api.php
- Prepare a message based on parameters; called from backdrop_mail().
- hook_requirements in core/modules/system/system.api.php
- Check installation requirements and do status reporting.
- hook_search_execute in core/modules/search/search.api.php
- Execute a search for a set of key words.
- hook_tokens in core/modules/system/system.api.php
- Provide replacement values for placeholder tokens.
- hook_user_login in core/modules/user/user.api.php
- The user just logged in.
- ImageThemeFunctionWebTestCase::testImageFormatterTheme in core/modules/image/tests/image.test
- Tests usage of the image field formatters.
- image_style_url in core/modules/image/image.module
- Return the URL for an image derivative given a style and image path.
- InstallerBrowserAdministrationTestCase::setUp in core/modules/installer/tests/installer.test
- Sets up a Backdrop site for running functional and integration tests.
- InstallerTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages in core/modules/installer/tests/installer.test
- Checks the messages on Update Manager pages when missing a security update.
- installer_browser_get_destination_after_install in core/modules/installer/installer.browser.inc
- Determines the form destination after installed projects.
- installer_browser_install_button_form in core/modules/installer/installer.pages.inc
- Shows an install button for the Install Queue block.
- installer_browser_page in core/modules/installer/installer.pages.inc
- Page to display the projects.
- installer_manager_install_modal_callback in core/modules/installer/installer.manager.inc
- AJAX callback to update the add/remove queue on bulk add.
- installer_manager_update_form in core/modules/installer/installer.manager.inc
- Form constructor for the update form of the Installer module.
- installer_manager_update_ready_form in core/modules/installer/installer.manager.inc
- Form constructor for the update ready form.
- installer_test_projects in core/modules/installer/tests/installer_test/installer_test.module
- Returns some static projects.
- install_finished in core/includes/install.core.inc
- Finishes importing files at end of installation.
- l in core/includes/common.inc
- Formats an internal or external URL link as an HTML anchor tag.
- LanguageListTest::testLanguageList in core/modules/language/tests/language.test
- Functional tests for adding, configuring, and deleting languages.
- language_negotiation_configure_url_form in core/modules/locale/locale.admin.inc
- Builds the URL language provider configuration form.
- LayoutInterfaceTest::testLayoutMenuItems in core/modules/layout/tests/layout.test
- Tests conditions and menu item navigation.
- layout_delete_form in core/modules/layout/layout.admin.inc
- Form callback. Delete or revert a layout.
- layout_locked_message in core/modules/layout/layout.admin.inc
- Prepare a message and link based on if a layout item is updated or locked.
- layout_settings_form in core/modules/layout/layout.admin.inc
- Render the settings form for layout.
- layout_settings_form_validate in core/modules/layout/layout.admin.inc
- Validates layout_settings_form(), ensuring a valid path.
- LinkUITest::testCRUDCreateFieldWithLinkType in core/modules/link/tests/link.ui.test
- Tests the link type: "internal", "external", and "both" settings.
- LocaleConfigurationTest::testLanguageConfiguration in core/modules/locale/tests/locale.test
- Functional tests for adding, editing and deleting languages.
- LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/locale.test
- Test import of standalone .po files.
- LocaleTranslationFunctionalTest::testStringTranslation in core/modules/locale/tests/locale.test
- Adds a language and tests string translation by users with the appropriate permissions.
- LocaleUILanguageNegotiationTest::testLanguageDomain in core/modules/locale/tests/locale.test
- Tests url() when separate domains are used for multiple languages.
- LocaleUrlRewritingTest::checkUrl in core/modules/locale/tests/locale.test
- Check URL rewriting for the given language.
- LocaleUrlRewritingTest::testDomainNameNegotiationPort in core/modules/locale/tests/locale.test
- Check URL rewriting when using a domain name and a non-standard port.
- LocaleUserCreationTest::testLocalUserCreation in core/modules/locale/tests/locale.test
- Functional test for language handling during user creation.
- MenuBreadcrumbTestCase::testBreadCrumbs in core/modules/simpletest/tests/menu.test
- Tests breadcrumbs on node and administrative paths.
- MenuRouterTestCase::testAuthUserUserLogin in core/modules/simpletest/tests/menu.test
- Test that an authenticated user hitting 'user/login' gets redirected to
'user' and 'user/register' gets redirected to the user edit page.
- MenuWebTestCase::assertBreadcrumb in core/modules/simpletest/tests/menu.test
- Assert that a given path shows certain breadcrumb links.
- menu_example_menu in modules/examples/menu_example/menu_example.module
- Implements hook_menu().
- menu_tokens in core/modules/menu/menu.tokens.inc
- Implements hook_tokens() on behalf of menu.module.
- NodeTokenReplaceTestCase::testNodeTokenReplacement in core/modules/node/tests/node.test
- Creates a node, then tests the tokens generated from it.
- NodeTypeTestCase::testNodeTypeEditing in core/modules/node/tests/node.test
- Tests editing a node type using the UI.
- node_feed in core/modules/node/node.module
- Page callback: Generates and prints an RSS feed.
- node_multiple_delete_confirm in core/modules/node/node.admin.inc
- Multiple node deletion confirmation form.
- node_overview_types in core/modules/node/node.types.inc
- Page callback: Displays the content type admin overview page.
- node_page_view in core/modules/node/node.module
- Page callback: Displays a single node.
- node_permission in core/modules/node/node.module
- Implements hook_permission().
- node_preview_banner_form in core/modules/node/node.pages.inc
- Get the preview form selection box.
- node_search_execute in core/modules/node/node.module
- Implements hook_search_execute().
- node_tokens in core/modules/node/node.tokens.inc
- Implements hook_tokens().
- node_type_form in core/modules/node/node.types.inc
- Form constructor for the node type editing form.
- PageEditTestCase::testPageEdit in core/modules/node/tests/node.test
- Checks node edit functionality.
- page_example_description in modules/examples/page_example/page_example.module
- Constructs a descriptive page.
- PathLanguageTestCase::testAliasTranslation in core/modules/path/tests/path.test
- Test alias functionality through the admin interfaces.
- path_admin_form in core/modules/path/path.admin.inc
- Form builder; Main URL alias pattern administration form.
- path_admin_overview in core/modules/path/path.admin.inc
- Returns a listing of all defined URL aliases.
- path_node_type_form_submit in core/modules/path/path.module
- Submit handler for node type form.
- path_patterns_settings_form in core/modules/path/path.admin.inc
- Form builder; Configure the URL alias pattern settings.
- path_taxonomy_form_vocabulary_submit in core/modules/path/path.module
- Submit handler for taxonomy_form_vocabulary().
- RedirectFunctionalTest::testPageCache in core/modules/redirect/tests/redirect.test
- Tests the links added to 404 pages for creating URL redirects.
- RedirectFunctionalTest::testPathChangeRedirects in core/modules/redirect/tests/redirect.test
- Tests renaming automatic aliases in a circular loop.
- RedirectTestHelper::assertNoRedirect in core/modules/redirect/tests/redirect.test
- RedirectTestHelper::assertPageCached in core/modules/redirect/tests/redirect.test
- RedirectTestHelper::assertPageNotCached in core/modules/redirect/tests/redirect.test
- RedirectTestHelper::assertRedirect in core/modules/redirect/tests/redirect.test
- redirect_edit_form_validate in core/modules/redirect/redirect.admin.inc
- Form validate handler; validate an URL redirect
- redirect_element_validate_source in core/modules/redirect/redirect.admin.inc
- Element validate handler; validate the source of an URL redirect.
- redirect_goto in core/modules/redirect/redirect.module
- Redirect callback; perform an URL redirect.
- redirect_page_cache_clear in core/modules/redirect/redirect.module
- Clear a page from the page cache.
- redirect_settings_form in core/modules/redirect/redirect.admin.inc
- Form builder for redirection settings.
- redirect_validate in core/modules/redirect/redirect.module
- Validate a redirect.
- render_example_info in modules/examples/render_example/render_example.module
- Simple basic information about the module; an entry point.
- SearchBlockTestCase::testBlock in core/modules/search/tests/search.test
- Test that the search block form works correctly.
- SearchConfigSettingsForm::testSearchModuleDisabling in core/modules/search/tests/search.test
- Verify that you can disable individual search modules.
- SearchLanguageTestCase::testLanguages in core/modules/search/tests/search.test
- search_admin_settings in core/modules/search/search.admin.inc
- Menu callback: displays the search module settings page.
- search_extra_type_search_execute in core/modules/search/tests/search_extra_type/search_extra_type.module
- Implements hook_search_execute().
- search_form in core/modules/search/search.module
- Builds a search form.
- seven_node_add_list in core/themes/seven/template.php
- Overrides theme_node_add_list().
- SimpleTestBrowserTestCase::testGetAbsoluteUrl in core/modules/simpletest/tests/simpletest.test
- Test BackdropWebTestCase::getAbsoluteUrl().
- simpletest_requirements in core/modules/simpletest/simpletest.install
- Implements hook_requirements().
- simpletest_result_form in core/modules/simpletest/simpletest.pages.inc
- Test results form for $test_id.
- SiteMaintenanceTestCase::testSiteMaintenance in core/modules/system/tests/system.test
- Verify site maintenance mode functionality.
- SystemBlockTestCase::testSystemBlocks in core/modules/system/tests/system.test
- Test displaying and hiding the powered-by and help blocks.
- system_authorized_get_url in core/modules/system/system.module
- Return the URL for the authorize.php script.
- system_check_http_request in core/modules/system/system.module
- Checks whether the server is capable of issuing HTTP requests.
- system_cron_settings in core/modules/system/system.admin.inc
- Form builder; Cron form.
- system_date_time_formats in core/modules/system/system.admin.inc
- Displays the date format strings overview page.
- system_file_system_settings in core/modules/system/system.admin.inc
- Form builder; Configure the site file handling.
- system_image_toolkit_settings in core/modules/system/system.admin.inc
- Form builder; Configure site image toolkit usage.
- system_jquery_settings in core/modules/system/system.admin.inc
- Form builder; Configure jQuery settings.
- system_modules in core/modules/system/system.admin.inc
- Menu callback; provides module enable/disable interface.
- system_modules_submit in core/modules/system/system.admin.inc
- Submit callback; handles modules form submission.
- system_modules_uninstall in core/modules/system/system.admin.inc
- Builds a form of currently disabled modules.
- system_performance_settings in core/modules/system/system.admin.inc
- Form builder; Configure site performance settings.
- system_permission in core/modules/system/system.module
- Implements hook_permission().
- system_requirements in core/modules/system/system.install
- Implements hook_requirements().
- system_site_information_settings in core/modules/system/system.admin.inc
- Form builder; The general site information form.
- system_site_maintenance_mode in core/modules/system/system.admin.inc
- Form builder; Configure the site's maintenance status.
- system_test_multiple_redirects in core/modules/simpletest/tests/system_test.module
- Menu callback; sends a redirect header to itself until $count argument is 0.
- system_test_redirect in core/modules/simpletest/tests/system_test.module
- system_theme_debug_enabled_warning in core/modules/system/system.module
- Check if theme_debug is enabled, and throw a warning if so.
- system_theme_default in core/modules/system/system.admin.inc
- Menu callback; Set the default theme.
- system_theme_settings in core/modules/system/system.admin.inc
- Form builder; display configuration for individual themes.
- system_tokens in core/modules/system/system.tokens.inc
- Implements hook_tokens().
- system_update_1046 in core/modules/system/system.install
- Upgrade or prepare for transliteration functions in core.
- system_urls_settings in core/modules/system/system.admin.inc
- Form builder; Configure clean URL settings.
- system_user_login in core/modules/system/system.module
- Implements hook_user_login().
- TaxonomyRSSTestCase::testTaxonomyRSS in core/modules/taxonomy/tests/taxonomy.test
- Tests that terms added to nodes are displayed in core RSS feed.
- TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in core/modules/taxonomy/tests/taxonomy.test
- Creates some terms and a node, then tests the tokens generated from them.
- taxonomy_field_formatter_view in core/modules/taxonomy/taxonomy.module
- Implements hook_field_formatter_view().
- taxonomy_form_vocabulary in core/modules/taxonomy/taxonomy.admin.inc
- Form builder for the vocabulary editing form.
- taxonomy_overview_terms in core/modules/taxonomy/taxonomy.admin.inc
- Form builder for the taxonomy terms overview.
- taxonomy_overview_vocabularies in core/modules/taxonomy/taxonomy.admin.inc
- Page callback at admin/structure/taxonomy to list all available vocabularies.
- taxonomy_term_feed in core/modules/taxonomy/taxonomy.pages.inc
- Generate the content feed for a taxonomy term.
- taxonomy_term_page in core/modules/taxonomy/taxonomy.pages.inc
- Menu callback; displays all nodes associated with a term.
- taxonomy_tokens in core/modules/taxonomy/taxonomy.tokens.inc
- Implements hook_tokens().
- telemetry_report in core/modules/telemetry/telemetry.admin.inc
- telemetry_requirements in core/modules/telemetry/telemetry.install
- Implements hook_requirements().
- template_preprocess_book_navigation in core/modules/book/book.theme.inc
- Processes variables for book-navigation.tpl.php.
- template_preprocess_entity in core/modules/entity/entity.theme.inc
- Process variables for entity.tpl.php.
- template_preprocess_file_entity in core/modules/file/file.module
- Process variables for file.tpl.php
- template_preprocess_header in core/includes/theme.inc
- Preprocess variables for header.tpl.php
- template_preprocess_maintenance_page in core/includes/theme.inc
- Prepares variables for maintenance-page templates.
- template_preprocess_node in core/modules/node/node.theme.inc
- Processes variables for node.tpl.php.
- template_preprocess_taxonomy_term in core/modules/taxonomy/taxonomy.theme.inc
- Process variables for taxonomy-term.tpl.php.
- template_preprocess_views_view in core/modules/views/templates/views.theme.inc
- Preprocess the primary theme implementation for a view.
- template_preprocess_views_view_row_search in core/modules/search/views/search.views.inc
- Template helper for theme_views_view_row_search
- template_preprocess_views_view_rss in core/modules/views/templates/views.theme.inc
- Preprocess an RSS feed
- template_preprocess_views_view_summary in core/modules/views/templates/views.theme.inc
- Preprocess theme function to print a single record from a row, with fields
- template_preprocess_views_view_summary_unformatted in core/modules/views/templates/views.theme.inc
- Template preprocess theme function to print summary basically
unformatted.
- text_field_instance_settings_form in core/modules/field/modules/text/text.module
- Implements hook_field_instance_settings_form().
- ThemeFunctionsTestCase::testLinks in core/modules/simpletest/tests/theme.test
- Tests theme_links().
- theme_comment_post_forbidden in core/modules/comment/comment.theme.inc
- Returns HTML for a "you can't post comments" notice.
- theme_email in core/includes/form.inc
- Returns HTML for an email form element.
- theme_image_style_list in core/modules/image/image.theme.inc
- Returns HTML for the page containing the list of image styles.
- theme_link_formatter_link_absolute in core/modules/link/link.theme.inc
- Formats a link as an absolute URL.
- theme_link_formatter_link_plain in core/modules/link/link.theme.inc
- Formats a link (or its title) as plain text.
- theme_menu_overview_form in core/modules/menu/menu.theme.inc
- Returns HTML for the menu overview form into a table.
- theme_node_add_list in core/modules/node/node.theme.inc
- Returns HTML for a list of available node types for node creation.
- theme_pager_link in core/includes/pager.inc
- Returns HTML for a link to a specific query result page.
- theme_search in core/includes/form.inc
- Returns HTML for a search form element.
- theme_tel in core/includes/form.inc
- Returns HTML for a tel form element.
- theme_url in core/includes/form.inc
- Returns HTML for a URL form element.
- TokenCommentTestCase::testCommentTokens in core/modules/simpletest/tests/token.test
- TokenCurrentPageTestCase::testCurrentPageTokens in core/modules/simpletest/tests/token.test
- TokenMenuTestCase::testMenuTokens in core/modules/simpletest/tests/token.test
- TokenNodeTestCase::testNodeTokens in core/modules/simpletest/tests/token.test
- TokenReplaceTestCase::testSystemSiteTokenReplacement in core/modules/simpletest/tests/token.test
- Tests the generation of all system site information tokens.
- TokenTaxonomyTestCase::testTaxonomyTokens in core/modules/simpletest/tests/token.test
- Test the additional taxonomy term tokens.
- TokenTaxonomyTestCase::testVocabularyTokens in core/modules/simpletest/tests/token.test
- Test the additional vocabulary tokens.
- TranslationTestCase::assertLanguageSwitchLinks in core/modules/translation/tests/translation.test
- Tests whether the specified language switch links are found.
- translation_form_node_type_form_alter in core/modules/translation/translation.module
- Implements hook_form_FORM_ID_alter() for node_type_form().
- UpdateCoreTestCase::testModulePageRunCron in core/modules/update/tests/update.test
- Checks that running cron updates the list of available updates.
- UpdateCoreTestCase::testModulePageUpToDate in core/modules/update/tests/update.test
- Checks the messages at admin/modules when the site is up to date.
- UpdateCoreTestCase::testUpdateCheckingEnabled in core/modules/update/tests/update.test
- Tests _update_checking_enabled() returns the expected value during tests.
- UpdateTestHelper::refreshUpdateStatus in core/modules/update/tests/update.test
- Refreshes the update status based on the desired available update scenario.
- update_mail in core/modules/update/update.module
- Implements hook_mail().
- update_settings in core/modules/update/update.admin.inc
- Form constructor for the update settings form.
- UrlAlterFunctionalTest::assertUrlOutboundAlter in core/modules/simpletest/tests/path.test
- Assert that an outbound path is altered to an expected value.
- UserBlocksUnitTests::testUserLoginBlock in core/modules/user/tests/user.test
- Tests the secondary menu.
- UserLoginTestBase::assertFailedLogin in core/modules/user/tests/user.test
- Make an unsuccessful login attempt.
- UserLoginTestCase::testGlobalLoginFloodControl in core/modules/user/tests/user.test
- Test the global login flood control.
- UserPasswordResetTest::testResetImpersonation in core/modules/user/tests/user_password_reset.test
- Make sure that users cannot forge password reset URLs of other users.
- UserPasswordResetTest::testUserPasswordResetOtherUserLoggedIn in core/modules/user/tests/user_password_reset.test
- Test user password reset in a browser where another user is logged in.
- UserTokenReplaceTestCase::testUserTokenReplacement in core/modules/user/tests/user.test
- Creates a user, then tests the tokens generated from it.
- user_account_form_validate in core/modules/user/user.module
- Form validation handler for user_account_form().
- user_admin_roles in core/modules/user/user.admin.inc
- Form to re-order roles.
- user_admin_settings in core/modules/user/user.admin.inc
- Form builder; Configure user settings for this site.
- user_cancel_url in core/modules/user/user.module
- Generates a URL to confirm an account cancellation request.
- user_login_block in core/modules/user/user.module
- user_login_final_validate in core/modules/user/user.module
- The final validation handler on the login form.
- user_multiple_cancel_confirm in core/modules/user/user.admin.inc
- Form builder; Cancel multiple accounts at the same time.
- user_pass_reset in core/modules/user/user.pages.inc
- Menu callback; process one time login link and redirects to the user page on
success.
- user_pass_reset_url in core/modules/user/user.module
- Generates a unique URL for a user to login and reset their password.
- user_permission in core/modules/user/user.module
- Implements hook_permission().
- user_register_submit in core/modules/user/user.module
- Submit handler for the user registration form.
- user_search_execute in core/modules/user/user.module
- Implements hook_search_execute().
- user_tokens in core/modules/user/user.tokens.inc
- Implements hook_tokens().
- ViewsAjaxTest::simpleAjaxPost in core/modules/views/tests/views_ajax.test
- Perform a simple AJAX POST HTTP request.
- ViewsHandlerFieldDropbuttonTest::testDropbutton in core/modules/views/tests/handlers/views_handler_field_dropbutton.test
- Tests dropbutton display.
- ViewsPluginDisplayBlockTestCase::testViewBlocks in core/modules/views/tests/plugins/views_plugin_display_block.test
- Tests, whether and how the reset button can be renamed.
- ViewsUiBaseViewsWizard::build_form in core/modules/views_ui/wizards/views_ui_base_views_wizard.php
- For AJAX callbacks to build other elements in the "show" form.
- ViewsUIWizardBasicTestCase::testViewsWizardAndListing in core/modules/views/tests/views_ui.test
- ViewsUIWizardJumpMenuTestCase::testJumpMenus in core/modules/views/tests/views_ui.test
- Tests the jump menu style plugin.
- ViewsUIWizardMenuTestCase::testMenus in core/modules/views/tests/views_ui.test
- Tests the menu functionality.
- views_exposed_form in core/modules/views/views.module
- Form builder for the exposed widgets form.
- views_form in core/modules/views/views.module
- This is the entry function. Just gets the form for the current step.
The form is always assumed to be multistep, even if it has only one
step (the default 'views_form_views_form' step). That way it is actually
possible for modules to have a…
- views_handler_field_node_link::render_link in core/modules/node/views/views_handler_field_node_link.inc
- views_handler_field_node_path::render in core/modules/node/views/views_handler_field_node_path.inc
- Render the path field.
- views_handler_field_term_path::render in core/modules/taxonomy/views/views_handler_field_term_path.inc
- Render the field.
- views_handler_field_user_picture::options_form in core/modules/user/views/views_handler_field_user_picture.inc
- Default options form that provides the label widget that all fields
should have.
- views_plugin_display::render_more_link in core/modules/views/plugins/views_plugin_display.inc
- Render the 'more' link
- views_plugin_display_page::options_form in core/modules/views/plugins/views_plugin_display_page.inc
- Provide the default form for setting options.
- views_plugin_row_comment_rss::render in core/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 core/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_rss_fields::render in core/modules/views/plugins/views_plugin_row_rss_fields.inc
- Render a row object. This usually passes through to a theme template
of some form, but not always.
- views_plugin_row_user_view::options_form in core/modules/user/views/views_plugin_row_user_view.inc
- Provide a form for setting options.
- views_plugin_style_jump_menu::render in core/modules/views/plugins/views_plugin_style_jump_menu.inc
- Render the display in this style.
- views_plugin_style_rss::attach_to in core/modules/views/plugins/views_plugin_style_rss.inc
- views_plugin_style_rss::get_channel_elements_atom_link in core/modules/views/plugins/views_plugin_style_rss.inc
- Return an atom:link XHTML element to add to the channel, to comply with
the RSS 2.0 specification.
- views_plugin_style_summary_jump_menu::render in core/modules/views/plugins/views_plugin_style_summary_jump_menu.inc
- Render the display in this style.
- views_tokens in core/modules/views/views.tokens.inc
- Implements hook_tokens().
- views_ui_add_form_save_submit in core/modules/views_ui/views_ui.admin.inc
- Process the add view form, 'save'.
- views_ui_admin_settings_basic in core/modules/views_ui/views_ui.admin.inc
- Form builder for the admin display defaults page.
- views_ui_edit_form in core/modules/views_ui/views_ui.admin.inc
- Form builder callback for configuring a View.
- views_ui_preview_form in core/modules/views_ui/views_ui.admin.inc
- Provide the preview formulas and the preview output, too.
- views_ui_reorder_displays_form in core/modules/views_ui/views_ui.admin.inc
- Form constructor callback to reorder displays on a view
- _batch_progress_page in core/includes/batch.inc
- Outputs a batch processing page.
- _filter_cleanup_url in core/modules/filter/filter.pages.inc
- Clean up the URL for validation.
- _filter_image_library_ajax in core/modules/filter/filter.pages.inc
- Render the image library.
- _layout_site_info_page_message in core/modules/layout/layout.admin.inc
- Returns a "you should also change" message and link to the appropriate part
of the site information page.
- _link_sanitize in core/modules/link/link.module
- Clean up user-entered values for a link field according to field settings.
- _locale_import_po in core/includes/gettext.inc
- Parses Gettext Portable Object information and inserts it into the database.
- _menu_site_status in core/includes/menu.inc
- Checks whether the site is in maintenance mode.
- _system_check_db_utf8mb4_requirements in core/modules/system/system.install
- Checks whether the requirements for multi-byte UTF-8 support are met.
- _update_message_text in core/modules/update/update.module
- Returns the appropriate message text when site is out of date or not secure.
- _vertical_tabs_example_explanation in modules/examples/vertical_tabs_example/vertical_tabs_example.module
- Simple explanation page.