BackdropWebTestCase::assertMail in core/modules/simpletest/backdrop_web_test_case.php
Asserts that the most recently sent email message has the given value.
BackdropWebTestCase::backdropGetMails in core/modules/simpletest/backdrop_web_test_case.php
Gets an array containing all emails sent during this test case.
BackdropWebTestCase::cronRun in core/modules/simpletest/backdrop_web_test_case.php
Runs cron in the Backdrop installed by SimpleTest.
BackdropWebTestCase::tearDown in core/modules/simpletest/backdrop_web_test_case.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
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_get_private_key in core/includes/common.inc
Ensures the private key variable used to generate tokens is set.
backdrop_pre_render_scripts in core/includes/common.inc
#pre_render callback to add the elements needed for JavaScript tags to be rendered.
backdrop_pre_render_styles in core/includes/common.inc
Pre-render callback: Adds the elements needed for CSS tags to be rendered.
batch_test_stack in core/modules/simpletest/tests/batch_test.module
Helper function: store or retrieve traced execution data.
block_test_block_info in core/modules/block/tests/block_test/block_test.module
Implements hook_block_info().
block_test_block_info_alter in core/modules/block/tests/block_test/block_test.module
Implements hook_block_info_alter().
block_test_block_view in core/modules/block/tests/block_test/block_test.module
Implements hook_block_view().
BootstrapVariableTestCase::testVariableDefaults in core/modules/simpletest/tests/bootstrap.test
Makes sure that the default variable parameter is passed through okay.
ColorTestCase::testColor in core/modules/color/tests/color.test
Tests the Color module functionality.
CommentStorageController::updateNodeStatistics in core/modules/comment/comment.entity.inc
Updates the comment statistics for a given node.
comment_node_insert in core/modules/comment/comment.module
Implements hook_node_insert().
comment_ranking in core/modules/comment/comment.module
Implements hook_ranking().
CommonCascadingStylesheetsTestCase::testAddCssFileWithQueryString in core/modules/simpletest/tests/common.test
Tests that the query string remains intact when adding CSS files that have query string parameters.
CommonCascadingStylesheetsTestCase::testRenderFile in core/modules/simpletest/tests/common.test
Tests rendering the stylesheets.
CommonJavaScriptTestCase::testAddJsFileWithQueryString in core/modules/simpletest/tests/common.test
Tests that the query string remains intact when adding JavaScript files that have query string parameters.
CommonJavaScriptTestCase::testAggregation in core/modules/simpletest/tests/common.test
Test JavaScript grouping and aggregation.
CommonJavaScriptTestCase::testAggregationOrder in core/modules/simpletest/tests/common.test
Tests JavaScript aggregation when files are added to a different scope.
CommonJavaScriptTestCase::testDeprecatedBrowserConditionalComments in core/modules/simpletest/tests/common.test
Test deprecated conditional comments are no longer output.
common_test_init in core/modules/simpletest/tests/common_test.module
Implements hook_init().
config_sync_form_submit in core/modules/config/config.admin.inc
Submit handler for config_sync_form().
cron.php in core/cron.php
Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
CronRunTestCase::testAutomaticCron in core/modules/system/tests/system.test
Ensure that the automatic cron run feature is working.
CronRunTestCase::testCronCacheExpiration in core/modules/system/tests/system.test
Tests that hook_flush_caches() is not invoked on every single cron run.
CronRunTestCase::testCronExceptions in core/modules/system/tests/system.test
Make sure exceptions thrown on hook_cron() don't affect other modules.
CronRunTestCase::testCronRun in core/modules/system/tests/system.test
Test cron runs.
cron_example_cron in modules/examples/cron_example/cron_example.module
Implements hook_cron().
DashboardUpdateBlock::getContent in core/modules/dashboard/includes/block.update.inc
Return the content of a block.
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.
EntityAPIInfoTestCase::testEntityInfoCacheWatchdog in core/modules/entity/tests/entity.test
Tests entity info cache after enabling a module with a dependency on an entity providing module.
entityreference_field_schema in core/modules/entityreference/entityreference.install
Implements hook_field_schema().
entity_cache_test_dependency_entity_info in core/modules/entity/tests/entity_cache_test_dependency/entity_cache_test_dependency.module
Implements hook_entity_info().
FieldUIManageFieldsTestCase::testCreateFieldNoSettings in core/modules/field_ui/tests/field_ui.test
Create a field that has no global field settings.
FieldUITestCase::fieldUIAddNewField in core/modules/field_ui/tests/field_ui.test
Creates a new field through the Field UI.
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_entity_info in core/modules/field/tests/field_test/field_test.entity.inc
Implements hook_entity_info().
field_test_field_available_languages_alter in core/modules/field/tests/field_test/field_test.module
Implements hook_field_available_languages_alter().
field_test_field_language_alter in core/modules/field/tests/field_test/field_test.module
Implements hook_field_language_alter().
field_test_field_settings_form in core/modules/field/tests/field_test/field_test.field.inc
Implements hook_field_settings_form().
field_test_rename_bundle in core/modules/field/tests/field_test/field_test.entity.inc
Renames a bundle for test_entity entities.
file_module_test_file_download in core/modules/file/tests/file_module_test/file_module_test.module
Implements hook_file_download().
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_file_url_alter in core/modules/simpletest/tests/file_test.module
Implements hook_file_url_alter().
file_test_get_all_calls in core/modules/simpletest/tests/file_test.module
Get an array with the calls for all hooks.
file_test_get_calls in core/modules/simpletest/tests/file_test.module
Get the arguments passed to invocation of a given hook since file_test_reset() was last called.
file_test_set_return in core/modules/simpletest/tests/file_test.module
Assign a return value for a given operation.
hook_install_tasks in core/modules/system/system.api.php
Return an array of tasks to be performed by an installation profile.
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_requirements in core/modules/system/system.api.php
Check installation requirements and do status reporting.
image_module_test_file_download in core/modules/image/tests/image_module_test/image_module_test.module
image_test_get_all_calls in core/modules/simpletest/tests/image_test.module
Get an array with the all the calls to the toolkits since image_test_reset() was called.
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_form in core/modules/installer/installer.manager.inc
Form constructor for the update form of the Installer module.
installer_manager_update_ready_form_submit in core/modules/installer/installer.manager.inc
Form submission handler for installer_manager_update_ready_form().
install_profile_modules in core/includes/install.core.inc
Installs required modules via a batch process.
install_run_task in core/includes/install.core.inc
Runs an individual installation task.
LayoutHookTestCase::assertHookMessageOrder in core/modules/layout/tests/layout.test
Checks the order of CRUD hook execution messages.
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().
list_test_dynamic_values_callback in core/modules/field/modules/list/tests/list_test.module
An entity-bound allowed values callback.
LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/locale.test
Test import of standalone .po files.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in core/modules/locale/tests/locale.test
Tests alterations to language types/negotiation info.
LocaleTranslationFunctionalTest::testJavaScriptTranslation in core/modules/locale/tests/locale.test
LocaleUninstallFunctionalTest::testUninstallProcess in core/modules/locale/tests/locale.test
Check if the values of the Locale variables are correct after uninstall.
locale_get_plural in core/modules/locale/locale.module
Returns plural form index for a specific number.
locale_js_alter in core/modules/locale/locale.module
Implements hook_js_alter().
locale_test_boot in core/modules/locale/tests/locale_test/locale_test.module
Implements hook_boot().
locale_test_language_negotiation_info in core/modules/locale/tests/locale_test/locale_test.module
Implements hook_language_negotiation_info().
locale_test_language_negotiation_info_alter in core/modules/locale/tests/locale_test/locale_test.module
Implements hook_language_negotiation_info_alter().
locale_test_language_types_info in core/modules/locale/tests/locale_test/locale_test.module
Implements hook_language_types_info().
locale_test_language_types_info_alter in core/modules/locale/tests/locale_test/locale_test.module
Implements hook_language_types_info_alter().
locale_uninstall in core/modules/locale/locale.install
Implements hook_uninstall().
MenuTrailTestCase::testCustom403And404Pages in core/modules/simpletest/tests/menu.test
Tests that the active trail works correctly on custom 403 and 404 pages.
menu_get_ancestors in core/includes/menu.inc
Returns the ancestors (and relevant placeholders) for any given path.
menu_get_item in core/includes/menu.inc
Gets a router item.
menu_test_custom_403_404_callback in core/modules/simpletest/tests/menu_test.module
Callback for our custom 403 and 404 pages.
menu_test_custom_theme in core/modules/simpletest/tests/menu_test.module
Implement hook_custom_theme().
menu_test_init in core/modules/simpletest/tests/menu_test.module
Implements hook_init().
menu_test_menu_trail_callback in core/modules/simpletest/tests/menu_test.module
Callback that test menu_test_menu_tree_set_path().
menu_tree_page_data in core/includes/menu.inc
Gets the data structure for a named menu tree, based on the current page.
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.
module_test_system_info_alter in core/modules/simpletest/tests/module_test.module
Implements hook_system_info_alter().
node_access_needs_rebuild in core/modules/node/node.module
Toggles or reads the value of a flag for rebuilding the node access grants.
node_access_test_form_node_form_alter in core/modules/node/tests/node_access_test/node_access_test.module
Implements hook_form_BASE_FORM_ID_alter().
node_access_test_node_access_records in core/modules/node/tests/node_access_test/node_access_test.module
Implements hook_node_access_records().
node_access_test_node_grants in core/modules/node/tests/node_access_test/node_access_test.module
Implements hook_node_grants().
node_ranking in core/modules/node/node.module
Implements hook_ranking().
node_test_entity_view_mode_alter in core/modules/node/tests/node_test/node_test.module
Implements hook_entity_view_mode_alter().
PathHooksTestCase::testPathHooks in core/modules/path/tests/path.test
PathSaveTest::testBackdropSaveOriginalPath in core/modules/simpletest/tests/path.test
Tests that path_save() makes the original path available to modules.
path_test_path_update in core/modules/simpletest/tests/path_test.module
Implements hook_path_update().
redirect_can_redirect in core/modules/redirect/redirect.module
Check the ability to perform redirects with the current request context.
redirect_cron in core/modules/redirect/redirect.module
Implements hook_cron().
session_test_boot in core/modules/simpletest/tests/session_test.module
Implements hook_boot().
system_cron_settings in core/modules/system/system.admin.inc
Form builder; Cron form.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
system_run_automated_cron in core/modules/system/system.module
Run the automated cron if enabled.
system_site_maintenance_mode in core/modules/system/system.admin.inc
Form builder; Configure the site's maintenance status.
system_test_access_callback in core/modules/simpletest/tests/system_test.module
Access callback used to check access based on a variable.
system_test_modules_disabled in core/modules/simpletest/tests/system_test.module
Implements hook_modules_disabled().
system_test_modules_enabled in core/modules/simpletest/tests/system_test.module
Implements hook_modules_enabled().
system_test_modules_installed in core/modules/simpletest/tests/system_test.module
Implements hook_modules_installed().
system_test_modules_uninstalled in core/modules/simpletest/tests/system_test.module
Implements hook_modules_uninstalled().
system_test_system_info_alter in core/modules/simpletest/tests/system_test.module
Implements hook_system_info_alter().
system_update_1025 in core/modules/system/system.install
Convert block positioning and configuration to the default layout.
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 in core/modules/system/system.admin.inc
Form to convert existing database tables to utf8mb4 if supported.
TaxonomyQueryAlterTestCase::assertQueryTagTestResult in core/modules/taxonomy/tests/taxonomy.test
Verifies invocation of the hooks in the test module.
taxonomy_nodes_test_query_node_access_alter in core/modules/taxonomy/tests/taxonomy_nodes_test/taxonomy_nodes_test.module
Implements hook_query_TAG_alter().
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().
telemetry_cron in core/modules/telemetry/telemetry.module
Implements hook_cron().
TestingMailSystem::mail in core/modules/system/system.mail.inc
Accept an email message and store it in a variable.
theme_update_manager_update_form in core/modules/update/update.theme.inc
Returns HTML for the first page in the process of updating projects.
theme_update_report in core/modules/update/update.theme.inc
Returns HTML for the project status report.
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().
update_batch in core/includes/update.inc
Starts the database update batch process.
update_cron in core/modules/update/update.module
Implements hook_cron().
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_test_mock_page in core/modules/update/tests/update_test/update_test.module
Page callback: Prints mock XML for the Update Manager module.
update_test_system_info_alter in core/modules/update/tests/update_test/update_test.module
Implements hook_system_info_alter().
update_upgrade_enable_dependencies in core/includes/update.inc
Enables needed dependencies.
user_form_test_form_user_profile_form_alter in core/modules/user/tests/user_form_test/user_form_test.module
Implements hook_form_FORM_ID_alter().
ViewsModuleTest::testFetchData in core/modules/views/tests/views_module.test
Tests views_fetch_data().
views_test_plugin_access_test_dynamic::access in core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_dynamic.inc
Determine if the current user has access or not.
views_test_schema in core/modules/views/tests/views_test/views_test.install
Implements hook_schema().
views_test_test_dynamic_access_callback in core/modules/views/tests/views_test/views_test.module
views_test_views_data in core/modules/views/tests/views_test/views_test.module
Implements hook_views_data().
views_test_views_plugins in core/modules/views/tests/views_test/views_test.module
Implements hook_views_plugins().
view_mode_test_theme_registry_alter in core/modules/field_ui/tests/view_mode_test/view_mode_test.module
Implements hook_theme_registry_alter().
_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_get_return in core/modules/simpletest/tests/file_test.module
Load the appropriate return value.
_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.
_locale_export_po_generate in core/includes/gettext.inc
Generates the PO(T) file contents for the given strings.
_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_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.