BackdropWebTestCase::setUp in core/modules/simpletest/backdrop_web_test_case.php
Sets up a Backdrop site for running functional and integration tests.
backdrop_build_css_cache in core/includes/common.inc
Aggregates and optimizes CSS files into a cache file in the files directory.
backdrop_build_js_cache in core/includes/common.inc
Aggregates JavaScript files into a cache file in the files directory.
backdrop_clear_js_cache in core/includes/common.inc
Deletes old cached JavaScript files and variables.
backdrop_cron_run in core/includes/common.inc
Executes a cron run when called.
backdrop_get_private_key in core/includes/common.inc
Ensures the private key variable used to generate tokens is set.
batch_test_stack in core/modules/simpletest/tests/batch_test.module
Helper function: store or retrieve traced execution data.
BlockTestCase::testBlockHooks in core/modules/block/tests/block.test
Tests the various block hooks get called when needed.
BootstrapPageCacheTestCase::testPageCache in core/modules/simpletest/tests/bootstrap.test
Test cache headers.
comment_update_1002 in core/modules/comment/comment.install
Move comment variables to configuration files.
comment_update_index in core/modules/comment/comment.module
Implements hook_update_index().
CommonBackdropGotoTestCase::testBackdropGoto in core/modules/simpletest/tests/common.test
Test backdrop_goto().
CommonJavaScriptTestCase::testAggregationOrder in core/modules/simpletest/tests/common.test
Tests JavaScript aggregation when files are added to a different scope.
CommonURLWebTestCase::testInternalPathMimicsExternal in core/modules/simpletest/tests/common.test
Tests the url() function on internal paths which mimic external URLs.
common_test_cron_helper_cron in core/modules/simpletest/tests/common_test_cron_helper.module
Implements hook_cron().
ConfigurationUITest::testImport in core/modules/config/tests/config.test
Tests importing configuration.
CronExampleTestCase::testCronExampleBasic in modules/examples/cron_example/tests/cron_example.test
Test running cron through the user interface.
CronRunTestCase::testAutomaticCron in core/modules/system/tests/system.test
Ensure that the automatic cron run feature is working.
cron_example_cron in modules/examples/cron_example/cron_example.module
Implements hook_cron().
cron_example_form_cron_run_submit in modules/examples/cron_example/cron_example.module
Allow user to directly execute cron, optionally forcing it.
dashboard_cron in core/modules/dashboard/dashboard.module
Implements hook_cron().
date_sql_handler::db_tz_support in core/modules/date/views/date_sql_handler.inc
See if the db has timezone name support.
EnableDisableTestCase::testEnableDisable in core/modules/system/tests/system.test
Test that all core modules can be enabled, disabled and uninstalled.
EntityAPIInfoTestCase::testEntityInfoChanges in core/modules/entity/tests/entity.test
Ensures entity info cache is updated after changes.
entityreference_flush_caches in core/modules/entityreference/entityreference.module
Implements hook_flush_caches().
entityreference_update_1000 in core/modules/entityreference/entityreference.install
Move entityreference settings from config to state.
entity_cache_test_watchdog in core/modules/entity/tests/entity_cache_test/entity_cache_test.module
Implements hook_watchdog().
entity_view_mode_delete in core/modules/entity/entity.module
Delete a custom display mode.
entity_view_mode_save in core/modules/entity/entity.module
Save a custom display mode.
FieldTranslationsTestCase::testFieldAvailableLanguages in core/modules/field/tests/field.test
Ensures that only valid values are returned by field_available_languages().
field_test_create_bundle in core/modules/field/tests/field_test/field_test.entity.inc
Creates a new bundle for test_entity entities.
field_test_delete_bundle in core/modules/field/tests/field_test/field_test.entity.inc
Deletes a bundle for test_entity objects.
field_test_rename_bundle in core/modules/field/tests/field_test/field_test.entity.inc
Renames a bundle for test_entity entities.
field_ui_field_attach_create_bundle in core/modules/field_ui/field_ui.module
Implements hook_field_attach_create_bundle().
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.
field_ui_view_mode_reset_form_submit in core/modules/field_ui/field_ui.admin.inc
Submit handler for field_ui_view_mode_reset_form().
FilePrivateTestCase::setUp in core/modules/file/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
FilePrivateTestCase::testPrivateFileDownloadAccessGranted in core/modules/file/tests/file.test
Tests file access for private nodes when file download access is granted.
FileURLRewritingTest::testPublicCreatedFileURL in core/modules/simpletest/tests/file.test
Test the generating of rewritten public created file URLs.
FileURLRewritingTest::testShippedFileURL in core/modules/simpletest/tests/file.test
Test the generating of rewritten shipped file URLs.
file_needs_type_classification in core/modules/file/file.module
Toggles or reads the value of a flag for classifying the file types.
file_test_reset in core/modules/simpletest/tests/file_test.module
Reset/initialize the history of calls to the file_* hooks.
file_test_set_return in core/modules/simpletest/tests/file_test.module
Assign a return value for a given operation.
hook_field_attach_create_bundle in core/modules/field/field.api.php
Act on field_attach_create_bundle().
hook_menu_delete in core/modules/menu/menu.api.php
Respond to a custom menu deletion.
hook_menu_insert in core/modules/menu/menu.api.php
Respond to a custom menu creation.
hook_menu_update in core/modules/menu/menu.api.php
Respond to a custom menu update.
hook_update_index in core/modules/search/search.api.php
Update the search index for this module.
ImageStylesPathAndUrlUnitTest::testImageContentTypeHeaders in core/modules/image/tests/image.test
Test that we do not pass an array to backdrop_add_http_header.
ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in core/modules/image/tests/image.test
Test image_style_url().
image_system_file_system_settings_submit in core/modules/image/image.module
Submit handler for the file system settings form.
image_test_reset in core/modules/simpletest/tests/image_test.module
Reset/initialize the history of calls to the toolkit functions.
InstallerTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages in core/modules/installer/tests/installer.test
Checks the messages on Update Manager pages when missing a security update.
installer_authorize_install_batch_finished in core/modules/installer/installer.authorize.inc
Batch callback: Performs actions when the authorized install batch is done.
installer_authorize_update_batch_finished in core/modules/installer/installer.authorize.inc
Batch callback: Performs actions when the authorized update batch is done.
installer_browser_installation_select_versions_form_submit in core/modules/installer/installer.pages.inc
Submit handler for the select versions form.
installer_manager_update_ready_form_submit in core/modules/installer/installer.manager.inc
Form submission handler for installer_manager_update_ready_form().
install_configure_form_submit in core/includes/install.core.inc
Form submission handler for install_configure_form().
install_finished in core/includes/install.core.inc
Finishes importing files at end of installation.
install_run_task in core/includes/install.core.inc
Runs an individual installation task.
install_run_tasks in core/includes/install.core.inc
Runs all tasks for the current installation request.
install_system_module in core/includes/install.core.inc
Installation task; install the Backdrop system module.
LayoutHookTestCase::testLayoutHooks in core/modules/layout/tests/layout.test
Tests hook invocations for operations on layouts.
layout_test_layout_delete in core/modules/layout/tests/layout_test/layout_test.module
Implements hook_layout_delete().
layout_test_layout_disable in core/modules/layout/tests/layout_test/layout_test.module
Implements hook_layout_disable().
layout_test_layout_enable in core/modules/layout/tests/layout_test/layout_test.module
Implements hook_layout_enable().
layout_test_layout_insert in core/modules/layout/tests/layout_test/layout_test.module
Implements hook_layout_insert().
layout_test_layout_presave in core/modules/layout/tests/layout_test/layout_test.module
Implements hook_layout_presave().
layout_test_layout_revert in core/modules/layout/tests/layout_test/layout_test.module
Implements hook_layout_revert().
layout_test_layout_template_change in core/modules/layout/tests/layout_test/layout_test.module
Implements hook_layout_template_change().
layout_test_layout_update in core/modules/layout/tests/layout_test/layout_test.module
Implements hook_layout_update().
ListDynamicValuesValidationTestCase::testDynamicAllowedValues in core/modules/field/modules/list/tests/list.test
Test that allowed values function gets the entity.
LocaleCommentLanguageFunctionalTest::setUp in core/modules/locale/tests/locale.test
Sets up a Backdrop site for running functional and integration tests.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in core/modules/locale/tests/locale.test
Tests alterations to language types/negotiation info.
LocaleUILanguageNegotiationTest::runTest in core/modules/locale/tests/locale.test
locale_js_alter in core/modules/locale/locale.module
Implements hook_js_alter().
locale_test_store_language_negotiation in core/modules/locale/tests/locale_test/locale_test.module
Store the last negotiated languages.
MenuRebuildTestCase::testMenuRebuildByVariable in core/modules/simpletest/tests/menu.test
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
MenuRouterTestCase::testHookCustomTheme in core/modules/simpletest/tests/menu.test
Test that hook_custom_theme() can control the theme of a page.
MenuRouterTestCase::testMenuCallbacks in core/modules/simpletest/tests/menu.test
Tests title and theme callbacks in hook_menu().
MenuRouterTestCase::testMenuGetItemNoAncestors in core/modules/simpletest/tests/menu.test
Test menu_get_item() with empty ancestors.
MenuRouterTestCase::testThemeCallbackHookCustomTheme in core/modules/simpletest/tests/menu.test
Test that the theme callback wins out over hook_custom_theme().
MenuTrailTestCase::testCustom403And404Pages in core/modules/simpletest/tests/menu.test
Tests that the active trail works correctly on custom 403 and 404 pages.
MenuTrailTestCase::testMenuTreeSetPath in core/modules/simpletest/tests/menu.test
Tests active trails are properly affected by menu_tree_set_path().
menu_test_custom_403_404_callback in core/modules/simpletest/tests/menu_test.module
Callback for our custom 403 and 404 pages.
menu_test_init in core/modules/simpletest/tests/menu_test.module
Implements hook_init().
ModuleDependencyTestCase::testModuleEnableOrder in core/modules/system/tests/system.test
Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents.
ModuleUnitTest::testDependencyResolution in core/modules/simpletest/tests/module.test
Test dependency resolution.
ModuleVersionTestCase::testModuleVersions in core/modules/system/tests/system.test
Test version dependencies.
module_test_modules_disabled in core/modules/simpletest/tests/module_test.module
Implements hook_modules_disabled().
module_test_modules_enabled in core/modules/simpletest/tests/module_test.module
Implements hook_modules_enabled().
module_test_modules_uninstalled in core/modules/simpletest/tests/module_test.module
Implements hook_modules_uninstalled().
NodeAccessBaseTableTestCase::setUp in core/modules/node/tests/node.test
NodeEntityViewModeAlterTest::testNodeViewModeChange in core/modules/node/tests/node.test
Create a "Page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in core/modules/node/tests/node.test
Tests fields that were previously hidden when the display mode is changed.
NodeQueryAlter::testNodeQueryAlterOverride in core/modules/node/tests/node.test
Tests 'node_access' query alter override.
node_access_needs_rebuild in core/modules/node/node.module
Toggles or reads the value of a flag for rebuilding the node access grants.
OptionsSelectDynamicValuesTestCase::testSelectListDynamic in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (single select).
path_test_path_insert in core/modules/simpletest/tests/path_test.module
Implements hook_path_insert().
path_test_path_update in core/modules/simpletest/tests/path_test.module
Implements hook_path_update().
path_test_reset in core/modules/simpletest/tests/path_test.module
Resets the path test results.
RedirectFunctionalTest::testPageCache in core/modules/redirect/tests/redirect.test
Tests the links added to 404 pages for creating URL redirects.
redirect_cron in core/modules/redirect/redirect.module
Implements hook_cron().
search_admin_settings_submit in core/modules/search/search.admin.inc
Form submission handler for search_admin_settings().
SessionHttpsTestCase::testHttpsSession in core/modules/simpletest/tests/session.test
system_cron_test_flush_caches in core/modules/system/tests/system_cron_test/system_cron_test.module
Implements hook_flush_caches().
system_install in core/modules/system/system.install
Implements hook_install().
system_site_maintenance_mode_submit in core/modules/system/system.admin.inc
Submit handler for the system_site_maintenance_mode() form.
system_update_1005 in core/modules/system/system.install
Convert basic system variables to the state system.
system_update_1014 in core/modules/system/system.install
Move the system maintenance settings from variable to config.
system_update_1045 in core/modules/system/system.install
Ensure that the installation flag is properly set.
system_update_1053 in core/modules/system/system.install
Remove unnecessary items from the "main-menu" menu.
system_update_1058 in core/modules/system/system.install
Clarify state "menu_expanded" as "menus_containing_expanded_items".
system_update_1086 in core/modules/system/system.install
Preserve 4-byte UTF-8 database update value if set.
system_utf8mb4_convert_form_submit in core/modules/system/system.admin.inc
Form submit function; convert existing database tables to utf8mb4.
TaxonomyQueryAlterTestCase::setupQueryTagTestHooks in core/modules/taxonomy/tests/taxonomy.test
Sets up the hooks in the test module.
TaxonomyTermTestCase::testTaxonomySelectNodesAlter in core/modules/taxonomy/tests/taxonomy.test
Tests that taxonomy term detail page is working even after the default taxonomy_select_nodes() query is altered.
taxonomy_test_query_alter in core/modules/simpletest/tests/taxonomy_test.module
Implements hook_query_alter().
taxonomy_test_query_taxonomy_term_access_alter in core/modules/simpletest/tests/taxonomy_test.module
Implements hook_query_TAG_alter().
taxonomy_test_query_term_access_alter in core/modules/simpletest/tests/taxonomy_test.module
Implements hook_query_TAG_alter().
TestingMailSystem::mail in core/modules/system/system.mail.inc
Accept an email message and store it in a variable.
TokenTestHelper::assertPageTokens in core/modules/simpletest/tests/token.test
Make a page request and test for token generation.
token_test_exit in core/modules/simpletest/tests/token_test.module
Implements hook_exit().
UpdateCoreTestCase::setSystemInfo1_0 in core/modules/update/tests/update.test
Sets the version to 1.0 when no project-specific mapping is defined.
UpdateCoreTestCase::testDatestampMismatch in core/modules/update/tests/update.test
Ensures proper results where there are date mismatches among modules.
UpdateCoreTestCase::testModulePageRegularUpdate in core/modules/update/tests/update.test
Checks the messages at admin/modules when an update is missing.
UpdateCoreTestCase::testModulePageRunCron in core/modules/update/tests/update.test
Checks that running cron updates the list of available updates.
UpdateCoreTestCase::testModulePageSecurityUpdate in core/modules/update/tests/update.test
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTestCase::testModulePageUpToDate in core/modules/update/tests/update.test
Checks the messages at admin/modules when the site is up to date.
UpdateTestContribCase::testHookUpdateStatusAlter in core/modules/update/tests/update.test
Check that hook_update_status_alter() works to change a status.
UpdateTestContribCase::testNoReleasesAvailable in core/modules/update/tests/update.test
Tests when there is no available release data for a contrib module.
UpdateTestContribCase::testUpdateAdminThemeSecurityUpdate in core/modules/update/tests/update.test
Tests that the admin theme is always notified about security updates.
UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate in core/modules/update/tests/update.test
Tests that subthemes are notified about security updates for base themes.
UpdateTestContribCase::testUpdateBrokenFetchURL in core/modules/update/tests/update.test
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateTestContribCase::testUpdateContribBasic in core/modules/update/tests/update.test
Tests the basic functionality of a contrib module on the status report.
UpdateTestContribCase::testUpdateContribOrder in core/modules/update/tests/update.test
Tests that contrib projects are ordered by project name.
UpdateTestContribCase::testUpdateShowDisabledThemes in core/modules/update/tests/update.test
Tests that disabled themes are only shown when desired.
UpdateTestHelper::refreshUpdateStatus in core/modules/update/tests/update.test
Refreshes the update status based on the desired available update scenario.
update_batch in core/includes/update.inc
Starts the database update batch process.
update_finished in core/includes/update.inc
Finishes the update process and stores the results for eventual display.
update_fix_requirements in core/includes/update.inc
Perform Drupal 7.x to Backdrop 1.x updates that are required for update.php to function properly.
update_prepare_language in core/includes/update.inc
Prepare Backdrop language changes for the bootstrap if needed.
update_upgrade_enable_dependencies in core/includes/update.inc
Enables needed dependencies.
UserEditRebuildTestCase::testUserEditFormRebuild in core/modules/user/tests/user.test
Test user edit page when the form is set to rebuild.
ViewsAccessTest::testDynamicAccessPlugin in core/modules/views/tests/views_access.test
Tests dynamic access plugin.
ViewsModuleTest::testFetchData in core/modules/views/tests/views_module.test
Tests views_fetch_data().
ViewsSqlTest::setUp in core/modules/views/tests/views_query.test
Sets up a Backdrop site for running functional and integration tests.
views_invalidate_cache in core/modules/views/views.module
Invalidate the views cache, forcing a rebuild on the next grab of table data.
views_test_views_data in core/modules/views/tests/views_test/views_test.module
Implements hook_views_data().
_backdrop_flush_css_js in core/includes/common.inc
Changes the dummy query string added to all CSS and JavaScript files.
_config_sync_start in core/modules/config/config.sync.inc
Batch API callback. Start the config import.
_field_test_storage_data in core/modules/field/tests/field_test/field_test.storage.inc
Helper function: stores or retrieves data from the 'storage backend'.
_file_test_log_call in core/modules/simpletest/tests/file_test.module
Store the values passed to a hook invocation.
_image_test_log_call in core/modules/simpletest/tests/image_test.module
Store the values passed to a toolkit call.
_installer_browser_batch_install_releases_finished in core/modules/installer/installer.browser.inc
Batch API callback: shows a message and finishes up the batch.
_locale_import_one_string in core/includes/gettext.inc
Performs the specified operation for one string.
_locale_invalidate_js in core/includes/locale.inc
Force the JavaScript translation file(s) to be refreshed.
_locale_rebuild_js in core/includes/locale.inc
(Re-)Creates the JavaScript translation file for a language.
_menu_router_save in core/includes/menu.inc
Saves data from menu_router_build() to the router table.
_menu_set_expanded_menus in core/includes/menu.inc
Updates a list of menus with expanded items.
_node_index_node in core/modules/node/node.module
Indexes a single node.
_system_utf8mb4_convert_batch_finished in core/modules/system/system.admin.inc
Performs post-processing for node_access_rebuild().
_update_cron_notify in core/modules/update/update.fetch.inc
Performs any notifications that should be done once cron fetches new data.
_update_process_fetch_task in core/modules/update/update.fetch.inc
Processes a task to fetch available update data for a single project.