Search for update
- Search 7.x for update
 - Search 9.5.x for update
 - Search 10.3.x for update
 - Search 11.x for update
 - Other projects
 
Exact matches
| Title | Object type | File name | Summary | 
|---|---|---|---|
| Update | class | core/ | 
                      SQLite implementation of \Drupal\Core\Database\Query\Update. | 
| Update | class | core/ | 
                      MySQL implementation of \Drupal\Core\Database\Query\Update. | 
| Update | class | core/ | 
                      MySQL test implementation of \Drupal\Core\Database\Query\Update. | 
| Update | class | core/ | 
                      PostgreSQL implementation of \Drupal\Core\Database\Query\Update. | 
| Update | class | core/ | 
                      PostgreSQL implementation of \Drupal\Core\Database\Query\Update. | 
| Update | class | core/ | 
                      General class for an abstracted UPDATE operation. | 
All search results
| Title | Object type | File name | Summary | 
|---|---|---|---|
| hook_ENTITY_TYPE_update | function | core/ | 
                                                                                        Respond to updates to an entity of a particular type. | 
| hook_entity_update | function | core/ | 
                                                                                        Respond to updates to an entity. | 
| hook_field_storage_config_update_forbid | function | core/ | 
                                                                                        Forbid a field storage update from occurring. | 
| hook_node_update_index | function | core/ | 
                                                                                        Act on a node being indexed for searching. | 
| hook_path_update | function | core/ | 
                                                                                        Respond to a path being updated. | 
| hook_post_update_NAME | function | core/ | 
                                                                                        Executes an update which is intended to update data, like entities. | 
| hook_removed_post_updates | function | core/ | 
                                                                                        Return an array of removed hook_post_update_NAME() function names. | 
| hook_updater_info | function | core/ | 
                                                                                        Provide information on Updaters (classes that can update Drupal). | 
| hook_updater_info_alter | function | core/ | 
                                                                                        Alter the Updater information array. | 
| hook_update_dependencies | function | core/ | 
                                                                                        Return an array of information about module update dependencies. | 
| hook_update_last_removed | function | core/ | 
                                                                                        Return a number which is no longer available as hook_update_N(). | 
| hook_update_N | function | core/ | 
                                                                                        Perform a single update between minor versions. | 
| hook_update_projects_alter | function | core/ | 
                                                                                        Alter the list of projects before fetching data and comparing versions. | 
| hook_update_status_alter | function | core/ | 
                                                                                        Alter the information about available updates for projects. | 
| hook_verify_update_archive | function | core/ | 
                                                                                        Verify an archive after it has been downloaded and extracted. | 
| IdentifierFieldSchemaTypeUpdateTest | class | core/ | 
                                                                                        Tests the upgrade path for updating the stored type of identifier fields. | 
| IdentifierFieldSchemaTypeUpdateTest.php | file | core/ | 
                                                                                        |
| IdentifierFieldSchemaTypeUpdateTest::setDatabaseDumpFiles | function | core/ | 
                                                                                        Set database dump files to be used. | 
| IdentifierFieldSchemaTypeUpdateTest::testSystemUpdate8901 | function | core/ | 
                                                                                        Tests system_update_8901(). | 
| image.post_update.php | file | core/ | 
                                                                                        Post-update functions for Image. | 
| ImageStyleDependencyUpdateTest | class | core/ | 
                                                                                        Tests Views image style dependencies update. | 
| ImageStyleDependencyUpdateTest.php | file | core/ | 
                                                                                        |
| ImageStyleDependencyUpdateTest::setDatabaseDumpFiles | function | core/ | 
                                                                                        Set database dump files to be used. | 
| ImageStyleDependencyUpdateTest::testUpdateImageStyleDependencies | function | core/ | 
                                                                                        Tests the updating of views dependencies to image styles. | 
| ImageStyleEditForm::updateEffectWeights | function | core/ | 
                                                                                        Updates image effect weights. | 
| ImageUpdateTest | class | core/ | 
                                                                                        Tests Image update path. | 
| ImageUpdateTest.php | file | core/ | 
                                                                                        |
| ImageUpdateTest::setDatabaseDumpFiles | function | core/ | 
                                                                                        Set database dump files to be used. | 
| ImageUpdateTest::testPostUpdateImageStylesDependencies | function | core/ | 
                                                                                        Tests image_post_update_image_style_dependencies(). | 
| image_field_config_update | function | core/ | 
                                                                                        Implements hook_ENTITY_TYPE_update() for 'field_config'. | 
| image_field_storage_config_update | function | core/ | 
                                                                                        Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. | 
| image_post_update_image_style_dependencies | function | core/ | 
                                                                                        Saves the image style dependencies into form and view display entities. | 
| image_post_update_scale_and_crop_effect_add_anchor | function | core/ | 
                                                                                        Add 'anchor' setting to 'Scale and crop' effects. | 
| image_update_8201 | function | core/ | 
                                                                                        Flush caches as we changed field formatter metadata. | 
| ImportableEntityStorageInterface::importUpdate | function | core/ | 
                                                                                        Updates entities upon synchronizing configuration changes. | 
| InaccessibleMenuLink::updateLink | function | core/ | 
                                                                                        Updates the definition values for a menu link. | 
| InstallProfileSystemInstall8300Test::testUpdate | function | core/ | 
                                                                                        Ensures that the system_update_8300() runs as expected. | 
| InstallTest::testUninstallPostUpdateFunctions | function | core/ | 
                                                                                        Ensures that post update functions are removed on uninstall. | 
| InstallUninstallTest::assertInstallModuleUpdates | function | core/ | 
                                                                                        Asserts the module post update functions after install. | 
| InstallUninstallTest::assertUninstallModuleUpdates | function | core/ | 
                                                                                        Asserts the module post update functions after uninstall. | 
| InvalidUpdateHookTest | class | core/ | 
                                                                                        Tests that a module implementing hook_update_8000() causes an error to be displayed on update.  | 
              
| InvalidUpdateHookTest.php | file | core/ | 
                                                                                        |
| InvalidUpdateHookTest::$defaultTheme | property | core/ | 
                                                                                        The theme to install as the default for testing. | 
| InvalidUpdateHookTest::$modules | property | core/ | 
                                                                                        Modules to enable. | 
| InvalidUpdateHookTest::$updateUrl | property | core/ | 
                                                                                        URL for the upgrade script. | 
| InvalidUpdateHookTest::$updateUser | property | core/ | 
                                                                                        A user account with upgrade permission. | 
| InvalidUpdateHookTest::setUp | function | core/ | 
                                                                                        |
| InvalidUpdateHookTest::testInvalidUpdateHook | function | core/ | 
                                                                                        |
| JsonApiRegressionTest::testNonTranslatableEntityUpdatesFromIssue3043168 | function | core/ | 
                                                                                        Ensure non-translatable entities can be PATCHed with an alternate language. | 
| jsonapi_update_8701 | function | core/ | 
                                                                                        Enable BC: default the new read-only mode to "off" on existing sites. | 
Pagination
- Previous page
 - Page 17
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.