backdrop_session_regenerate in includes/session.inc
Called when an anonymous user becomes authenticated or vice-versa.
_backdrop_session_write in includes/session.inc
Writes an entire session to the database (internal use only).
backdrop_set_installed_schema_version in includes/install.inc
Update the installed version information for a module.
BackdropWebTestCase::backdropCreateNode in modules/simpletest/backdrop_web_test_case.php
Creates a node based on default settings.
backdrop_write_record in includes/common.inc
Saves (inserts or updates) a record to the database based upon the schema.
_batch_page in includes/batch.inc
Renders the batch processing page based on the current state of the batch.
block_update_1001 in modules/block/block.install
Add a column for title to the block_custom table.
book_update_bid in modules/book/book.module
Updates the book ID of a page and its children when it moves to a new book.
comment_node_page_additions in modules/comment/comment.module
Builds the comment-related elements for node detail pages.
CommentStorageController::updateNodeStatistics in modules/comment/comment.entity.inc
Updates the comment statistics for a given node.
ConfigDatabaseStorage::rename in drivers/config_database/config_database_storage.inc
Renames a configuration object in the storage.
ConfigDatabaseStorage::write in drivers/config_database/config_database_storage.inc
Writes configuration data to the storage.
CronRunTestCase::testTempFileCleanup in modules/system/tests/system.test
Ensure that temporary files are removed.
DatabaseReservedKeywordTestCase::testUpdateReservedWordTable in modules/simpletest/tests/database_test.test
DatabaseUpdateComplexTestCase::testBetweenConditionUpdate in modules/simpletest/tests/database_test.test
Test BETWEEN conditional clauses.
DatabaseUpdateComplexTestCase::testInConditionUpdate in modules/simpletest/tests/database_test.test
Test WHERE IN clauses.
DatabaseUpdateComplexTestCase::testLikeConditionUpdate in modules/simpletest/tests/database_test.test
Test LIKE conditionals.
DatabaseUpdateComplexTestCase::testNotInConditionUpdate in modules/simpletest/tests/database_test.test
Test WHERE NOT IN clauses.
DatabaseUpdateComplexTestCase::testOrConditionUpdate in modules/simpletest/tests/database_test.test
Test updates with OR conditionals.
DatabaseUpdateComplexTestCase::testUpdateExpression in modules/simpletest/tests/database_test.test
Test update with expression values.
DatabaseUpdateComplexTestCase::testUpdateOnlyExpression in modules/simpletest/tests/database_test.test
Test update with only expression values.
DatabaseUpdateLOBTestCase::testUpdateMultipleBlob in modules/simpletest/tests/database_test.test
Confirm that we can update two blob columns in the same table.
DatabaseUpdateLOBTestCase::testUpdateOneBlob in modules/simpletest/tests/database_test.test
Confirm that we can update a blob column.
DatabaseUpdateTestCase::testExpressionUpdate in modules/simpletest/tests/database_test.test
Test updating with expressions.
DatabaseUpdateTestCase::testMultiGTUpdate in modules/simpletest/tests/database_test.test
Confirm that we can update a multiple records with a non-equality condition.
DatabaseUpdateTestCase::testMultiUpdate in modules/simpletest/tests/database_test.test
Confirm that we can update a multiple records successfully.
DatabaseUpdateTestCase::testPrimaryKeyUpdate in modules/simpletest/tests/database_test.test
Confirm that we can update the primary key of a record successfully.
DatabaseUpdateTestCase::testSimpleNullUpdate in modules/simpletest/tests/database_test.test
Confirm updating to NULL.
DatabaseUpdateTestCase::testSimpleUpdate in modules/simpletest/tests/database_test.test
Confirm that we can update a single record successfully.
DatabaseUpdateTestCase::testUpdateAffectedRows in modules/simpletest/tests/database_test.test
Tests return value on update.
DatabaseUpdateTestCase::testWhereAndConditionUpdate in modules/simpletest/tests/database_test.test
Confirm that we can stack condition and where calls.
DatabaseUpdateTestCase::testWhereUpdate in modules/simpletest/tests/database_test.test
Confirm that we can update a multiple records with a where call.
drupal-7.language.database.php in modules/simpletest/tests/upgrade/drupal-7.language.database.php
Database additions for language tests. Used in upgrade.language.test.
EntityFieldQueryTestCase::setUp in modules/entity/tests/entity_query.test
Sets up a Backdrop site for running functional and integration tests.
field_sql_storage_field_attach_rename_bundle in modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_attach_rename_bundle().
field_sql_storage_field_storage_delete_field in modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_delete_field().
field_sql_storage_field_storage_delete_instance in modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_delete_instance().
field_test_entity_save in modules/field/tests/field_test/field_test.entity.inc
Saves a test_entity.
FileDeleteTest::testInUse in modules/simpletest/tests/file.test
Tries deleting a file that is in use.
FileFieldRevisionTestCase::testRevisions in modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
file_update_1003 in modules/file/file.install
Add a type column to the file_managed table, and add a file_metadata table.
file_usage_delete in includes/file.inc
Removes a record to indicate that a module is no longer using a file.
hook_entity_update in modules/entity/entity.api.php
Act on entities when updated.
hook_exit in modules/system/system.api.php
Perform cleanup tasks.
hook_field_storage_delete_field in modules/field/field.api.php
Act on deletion of a field.
hook_field_storage_delete_instance in modules/field/field.api.php
Act on deletion of a field instance.
hook_language_delete in modules/language/language.api.php
Allow modules to react before the deletion of a language.
hook_locale_language_delete in modules/locale/locale.api.php
Allow modules to react before the deletion of a language.
hook_menu_link_update in modules/system/system.api.php
Inform modules that a menu link has been updated.
hook_node_update in modules/node/node.api.php
Respond to updates to a node.
hook_path_update in modules/path/path.api.php
Respond to a path being updated.
hook_search_reset in modules/search/search.api.php
Take action when the search index is going to be rebuilt.
hook_taxonomy_term_update in modules/taxonomy/taxonomy.api.php
Act on taxonomy terms when updated.
hook_taxonomy_vocabulary_update in modules/taxonomy/taxonomy.api.php
Act on taxonomy vocabularies when updated.
hook_update in modules/node/node.api.php
Respond to updates to a node.
hook_update_N in modules/system/system.api.php
Perform a single update.
hook_user_cancel in modules/user/user.api.php
Act on user account cancellations.
install_finished in includes/install.core.inc
Finishes importing files at end of installation.
layout_upgrade_database.php in modules/layout/tests/layout_upgrade_database.php
Database additions for Layout upgrade tests. Used in layout.test.
locale in modules/locale/locale.module
Provides interface translation services.
_locale_import_one_string_db in includes/gettext.inc
Imports one string into the database.
_locale_parse_js_file in includes/locale.inc
Parses a JavaScript file, extracts strings wrapped in Backdrop.t() and Backdrop.formatPlural() and inserts them into the database.
locale_translate_edit_form_submit in modules/locale/locale.pages.inc
Process string editing form submissions.
LocaleTranslationFunctionalTest::testStringTranslation in modules/locale/tests/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
lock_acquire in includes/lock.inc
Acquire (or renew) a lock, but do not block if it fails.
_menu_link_move_children in includes/menu.inc
Updates the children of a menu link that is being moved.
menu_link_save in includes/menu.inc
Saves a menu link.
_menu_navigation_links_rebuild in includes/menu.inc
Builds menu links for the items in the menu router.
MenuRouterTestCase::testMenuLinkMaintain in modules/simpletest/tests/menu.test
Tests for menu_link_maintain().
_menu_update_parental_status in includes/menu.inc
Checks and updates the 'has_children' status for the parent of a link.
module_disable in includes/module.inc
Disables a given set of modules.
module_enable in includes/module.inc
Enables or installs a given list of modules.
module_set_weight in includes/module.inc
Set the weight of a module in the 'system' table, thereby determining the order in which its hooks will be executed in relation to other modules.
ModuleUnitTest::testModuleList in modules/simpletest/tests/module.test
The basic functionality of module_list().
NodeAdminTestCase::testContentAdminSort in modules/node/tests/node.test
Tests that the table sorting works on the content admin pages.
NodeBlockFunctionalTest::testRecentNodeBlock in modules/node/tests/node.test
Tests the recent comments block.
node_language_delete in modules/node/node.module
Implements hook_language_delete().
NodeRevisionsTestCase::testRevisions in modules/node/tests/node.test
Checks node revision related operations.
node_search_reset in modules/node/node.module
Implements hook_search_reset().
NodeStorageController::saveRevision in modules/node/node.entity.inc
Saves a node revision.
node_type_update_nodes in modules/node/node.module
Updates all nodes of one type to be of another type.
node_user_cancel in modules/node/node.module
Implements hook_user_cancel().
redirect_exit in modules/redirect/redirect.module
Implements hook_exit().
search_index in modules/search/search.module
Update the full-text search index for a particular item.
search_touch_node in modules/search/search.module
Changes a node's changed timestamp to 'now' to force reindexing.
standard_install in profiles/standard/standard.install
Implements hook_install().
system_cron in modules/system/system.module
Implements hook_cron().
system_install in modules/system/system.install
Implements hook_install().
SystemQueue::claimItem in modules/system/system.queue.inc
Claim an item in the queue for processing.
SystemQueue::releaseItem in modules/system/system.queue.inc
Release an item that the worker could not process, so another worker can come in and process it before the timeout expires.
system_status in modules/system/system.admin.inc
Menu callback: displays the site status report. Can also be used as a pure check.
_system_update_bootstrap_status in modules/system/system.module
Refresh bootstrap column in the system table.
system_update_files_database in modules/system/system.module
Updates the records in the system table based on the files array.
taxonomy_language_delete in modules/taxonomy/taxonomy.module
Implements hook_language_delete().
taxonomy_overview_terms_submit in modules/taxonomy/taxonomy.admin.inc
Submit handler for terms overview form.
taxonomy_update_1001 in modules/taxonomy/taxonomy.install
Convert taxonomy vocabularies to configuration.
taxonomy_vocabulary_confirm_reset_alphabetical_submit in modules/taxonomy/taxonomy.admin.inc
Submit handler to reset a vocabulary to alphabetical order after confirmation.
theme_disable in includes/theme.inc
Disables a given list of themes.
theme_enable in includes/theme.inc
Enables a given list of themes.
translation_node_insert in modules/translation/translation.module
Implements hook_node_insert().
translation_node_update in modules/translation/translation.module
Implements hook_node_update().
translation_remove_from_set in modules/translation/translation.module
Removes a node from its translation set and updates accordingly.
update_fix_compatibility in includes/update.inc
Disable any items in the {system} table that are not core compatible.
update_module_enable in includes/update.inc
Helper function to install a new module in Backdrop 1.x via hook_update_N().
UpdateTestContribCase::testUpdateAdminThemeSecurityUpdate in modules/update/tests/update.test
Tests that the admin theme is always notified about security updates.
UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate in modules/update/tests/update.test
Tests that subthemes are notified about security updates for base themes.
UpdateTestContribCase::testUpdateShowDisabledThemes in modules/update/tests/update.test
Tests that disabled themes are only shown when desired.
UserCancelTestCase::testUserCancelUid1 in modules/user/tests/user.test
Tests that user account for uid 1 cannot be cancelled.
user_file_move in modules/user/user.module
Implements hook_file_move().
user_file_predelete in modules/user/user.module
Implements hook_file_predelete().
user_login_finalize in modules/user/user.module
Finalize the login process. Must be called when logging in a user.
UserPasswordResetTest::setUp in modules/user/tests/user_password_reset.test
Sets up a Backdrop site for running functional and integration tests.
UserPasswordResetTest::testResetImpersonation in modules/user/tests/user_password_reset.test
Make sure that users cannot forge password reset URLs of other users.
user_update_1007 in modules/user/user.install
Convert user roles to configuration files.