|
update_authorize_run_update |
function |
drupal-7.x/modules/update/update.authorize.inc |
Updates existing projects when invoked by authorize.php. |
|
comment_update_dependencies |
function |
drupal-7.x/modules/comment/comment.install |
Implements hook_update_dependencies(). |
|
_profile_update_user_fields |
function |
drupal-7.x/modules/profile/profile.module |
Helper function: update an array of user fields by calling profile_view_field |
|
UpdateQuery_sqlite::execute |
function |
drupal-7.x/includes/database/sqlite/query.inc |
Executes the UPDATE query. |
|
contact_update_dependencies |
function |
drupal-7.x/modules/contact/contact.install |
Implements hook_update_dependencies(). |
|
image_field_update_instance |
function |
drupal-7.x/modules/image/image.module |
Implements hook_field_update_instance(). |
|
UpdateFeedTestCase::getInfo |
function |
drupal-7.x/modules/aggregator/aggregator.test |
|
|
update_verify_update_archive |
function |
drupal-7.x/modules/update/update.module |
Implements hook_verify_update_archive(). |
|
node_access_test_node_update |
function |
drupal-7.x/modules/node/tests/node_access_test.module |
Implements hook_nodeapi_update(). |
|
UpdateTestContribCase::setUp |
function |
drupal-7.x/modules/update/update.test |
Sets up a Drupal site for running functional and integration tests. |
|
update_check_incompatibility |
function |
drupal-7.x/includes/update.inc |
Tests the compatibility of a module or theme. |
|
update_retrieve_dependencies |
function |
drupal-7.x/includes/update.inc |
Invokes hook_update_dependencies() in all installed modules. |
|
trigger_taxonomy_term_update |
function |
drupal-7.x/modules/trigger/trigger.module |
Implements hook_taxonomy_term_update(). |
|
AggregatorUpdatePathTestCase |
class |
drupal-7.x/modules/simpletest/tests/upgrade/update.aggregator.test |
@file
Tests schema changes in aggregator.module. |
|
taxonomy_update_dependencies |
function |
drupal-7.x/modules/taxonomy/taxonomy.install |
Implements hook_update_dependencies(). |
|
update_authorize_run_install |
function |
drupal-7.x/modules/update/update.authorize.inc |
Installs a new project when invoked by authorize.php. |
|
_update_batch_create_message |
function |
drupal-7.x/modules/update/update.authorize.inc |
Creates a structure of log messages. |
|
update_script_selection_form |
function |
drupal-7.x/update.php |
Form constructor for the list of available database module updates. |
|
system_update_files_database |
function |
drupal-7.x/modules/system/system.module |
Updates the records in the system table based on the files array. |
|
UpdaterFileTransferException |
class |
drupal-7.x/includes/updater.inc |
Child class of UpdaterException that indicates a FileTransfer exception. |
|
_menu_update_parental_status |
function |
drupal-7.x/includes/menu.inc |
Checks and updates the 'has_children' status for the parent of a link. |
|
field_sql_storage_update_7000 |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.install |
Field SQL storage update version placeholder. |
|
field_sql_storage_update_7001 |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.install |
Remove the field_config_entity_type table and store 'entity_type' strings. |
|
field_sql_storage_update_7002 |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.install |
Fix primary keys in field revision data tables. |
|
UpdateTestUploadCase::getInfo |
function |
drupal-7.x/modules/update/update.test |
|
|
update_fix_d7_install_profile |
function |
drupal-7.x/includes/update.inc |
Register the currently installed profile in the system table. |
|
UpdateCoreUnitTestCase::setUp |
function |
drupal-7.x/modules/update/update.test |
Sets up unit test environment. |
|
update_build_dependency_graph |
function |
drupal-7.x/includes/update.inc |
Constructs a graph which encodes the dependencies between module updates. |
|
update_calculate_project_data |
function |
drupal-7.x/modules/update/update.compare.inc |
Calculates the current update status of all projects on the site. |
|
update_test_system_theme_info |
function |
drupal-7.x/modules/update/tests/update_test.module |
Implements hook_system_theme_info(). |
|
update_test_system_info_alter |
function |
drupal-7.x/modules/update/tests/update_test.module |
Implements hook_system_info_alter(). |
|
Update Manager module: update |
group |
drupal-7.x/modules/update/update.manager.inc |
Update Manager module functionality for updating existing code. |
|
update_test_filetransfer_info |
function |
drupal-7.x/modules/update/tests/update_test.module |
Implements hook_filetransfer_info(). |
|
update_manager_archive_verify |
function |
drupal-7.x/modules/update/update.manager.inc |
Verifies an archive after it has been downloaded and extracted. |
|
DatabaseUpdateComplexTestCase |
class |
drupal-7.x/modules/simpletest/tests/database_test.test |
Tests for more complex update statements. |
|
BasicMinimalUpdatePath::setUp |
function |
drupal-7.x/modules/simpletest/tests/upgrade/upgrade.test |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
|
SelectQuery_sqlite::forUpdate |
function |
drupal-7.x/includes/database/sqlite/select.inc |
Add FOR UPDATE to the query. |
|
UserUpdatePathTestCase::setUp |
function |
drupal-7.x/modules/simpletest/tests/upgrade/update.user.test |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
|
hook_field_storage_pre_update |
function |
drupal-7.x/modules/field/field.api.php |
Act before the storage backends update field data. |
|
FieldUpdateForbiddenException |
class |
drupal-7.x/modules/field/field.module |
Exception class thrown by hook_field_update_forbid(). |
|
SelectQueryExtender::forUpdate |
function |
drupal-7.x/includes/database/select.inc |
Add FOR UPDATE to the query. |
|
update_clear_update_disk_cache |
function |
drupal-7.x/modules/update/update.module |
Clears the temporary files and directories based on file age from disk. |
|
UpdateTestContribCase::getInfo |
function |
drupal-7.x/modules/update/update.test |
|
|
_image_update_7002_add_columns |
function |
drupal-7.x/modules/image/image.install |
Add width and height columns to a specific table. |
|
Update Manager module: install |
group |
drupal-7.x/modules/update/update.manager.inc |
Update Manager module functionality for installing new code. |
|
_update_manager_check_backends |
function |
drupal-7.x/modules/update/update.manager.inc |
Checks for file transfer backends and prepares a form fragment about them. |
|
update_script_test_update_7000 |
function |
drupal-7.x/modules/simpletest/tests/update_script_test.install |
Dummy update function to run during the tests. |
|
update_manager_archive_extract |
function |
drupal-7.x/modules/update/update.manager.inc |
Unpacks a downloaded archive file. |
|
FieldUpdatePathTestCase::setUp |
function |
drupal-7.x/modules/simpletest/tests/upgrade/update.field.test |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
|
UpdateQuery::$expressionFields |
property |
drupal-7.x/includes/database/query.inc |
Array of fields to update to an expression in case of a duplicate record. |