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