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