Search for update

  1. Search 7.x for update
  2. Search 9.5.x for update
  3. Search 8.9.x for update
  4. Search 10.3.x for update
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Update class core/modules/sqlite/src/Driver/Database/sqlite/Update.php SQLite implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/mysql/src/Driver/Database/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/pgsql/src/Driver/Database/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Update.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Update.
Update class core/lib/Drupal/Core/Database/Query/Update.php General class for an abstracted UPDATE operation.

All search results

Title Object type File name Summary
ViewsRemoveDefaultArgumentSkipUrlTest::testViewsPostUpdateFixRevisionId function core/modules/views/tests/src/Functional/Update/ViewsRemoveDefaultArgumentSkipUrlTest.php Tests the upgrade path removing default_argument_skip_url.
ViewsTestDataHooks::viewUpdate function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php Implements hook_ENTITY_TYPE_update() for the 'view' entity type.
views_post_update_views_data_argument_plugin_id function core/modules/views/views.post_update.php Post update configured views for entity reference argument plugin IDs.
views_removed_post_updates function core/modules/views/views.post_update.php Implements hook_removed_post_updates().
views_ui_ajax_update_form function core/modules/views_ui/admin.inc Updates a part of the add view form via AJAX.
views_update_last_removed function core/modules/views/views.install Implements hook_update_last_removed().
WorkspaceAssociationStringIdsUpdatePathTest class core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php Tests the update path for string IDs in workspace_association.
WorkspaceAssociationStringIdsUpdatePathTest.php file core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php
WorkspaceAssociationStringIdsUpdatePathTest::$checkEntityFieldDefinitionUpdates property core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php Fail the test if there are entity field definition updates needed.
WorkspaceAssociationStringIdsUpdatePathTest::setDatabaseDumpFiles function core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php Set database dump files to be used.
WorkspaceAssociationStringIdsUpdatePathTest::testRunUpdates function core/modules/workspaces/tests/src/Functional/Update/WorkspaceAssociationStringIdsUpdatePathTest.php Tests the update path for string IDs in workspace_association.
WorkspaceIntegrationTest::testDisallowedEntityUpdateInNonDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests UPDATE operations for unsupported entity types.
workspaces.post_update.php file core/modules/workspaces/workspaces.post_update.php Post update functions for the Workspaces module.
WorkspacesHooks::entityUpdate function core/modules/workspaces/src/Hook/WorkspacesHooks.php Implements hook_entity_update().
WorkspacesHooks::menuLinkContentUpdate function core/modules/workspaces/src/Hook/WorkspacesHooks.php Implements hook_ENTITY_TYPE_update() for the 'menu_link_content' entity type.
workspaces_removed_post_updates function core/modules/workspaces/workspaces.post_update.php Implements hook_removed_post_updates().
workspaces_update_11101 function core/modules/workspaces/workspaces.install Update workspace associations to support entity types with string IDs.
workspaces_update_11102 function core/modules/workspaces/workspaces.install Install the new Workspaces UI module.
workspaces_update_last_removed function core/modules/workspaces/workspaces.install Implements hook_update_last_removed().
workspace_update_test.info.yml file core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.info.yml core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.info.yml
workspace_update_test.negotiator.test service core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.services.yml Drupal\workspace_update_test\Negotiator\TestWorkspaceNegotiator
workspace_update_test.post_update.php file core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.post_update.php
workspace_update_test.services.yml file core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.services.yml core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.services.yml
workspace_update_test_post_update_check_active_workspace function core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.post_update.php Checks the active workspace during database updates.
Y2038TimestampUpdateTest class core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php Tests update of timestamp fields to bigint.
Y2038TimestampUpdateTest.php file core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php
Y2038TimestampUpdateTest::$connection property core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php The database.
Y2038TimestampUpdateTest::$databaseName property core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php The name of the test database.
Y2038TimestampUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php The theme to install as the default for testing.
Y2038TimestampUpdateTest::$modules property core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php Modules to enable after the database is loaded.
Y2038TimestampUpdateTest::$tables property core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php The tables and column name of the time fields.
Y2038TimestampUpdateTest::assertTimestampFields function core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php Asserts the size of the timestamp fields.
Y2038TimestampUpdateTest::collectTimestampFieldsFromDatabase function core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php Collect the timestamp fields from the database and update table list.
Y2038TimestampUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php Set database dump files to be used.
Y2038TimestampUpdateTest::setUp function core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php
Y2038TimestampUpdateTest::testUpdate function core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php Tests update of time fields.
_batch_needs_update function core/includes/batch.inc Checks whether the batch information needs to be updated in the storage.
_config_test_update_is_syncing_store function core/modules/config/tests/config_test/config_test.hooks.inc Helper function for testing hooks during configuration sync.
_help_search_update function core/modules/help/help.module Ensure that search is updated when extensions are installed or uninstalled.
_locale_translation_default_update_options function core/modules/locale/locale.translation.inc Returns default import options for translation update.
_menu_link_content_update_path_alias function core/modules/menu_link_content/menu_link_content.module Helper function to update plugin definition using internal scheme.
_node_mass_update_batch_finished function core/modules/node/node.admin.inc Implements callback_batch_finished().
_node_mass_update_batch_process function core/modules/node/node.admin.inc Implements callback_batch_operation().
_node_mass_update_helper function core/modules/node/node.admin.inc Updates individual nodes when fewer than 10 are queued.
_update_authorize_clear_update_status function core/modules/update/update.authorize.inc Clears available update status data.
_update_batch_create_message function core/modules/update/update.authorize.inc Creates a structure of log messages.
_update_ckeditor5_html_filter function core/modules/ckeditor5/ckeditor5.module AJAX callback handler for filter_format_form().
_update_cron_notify function core/modules/update/update.fetch.inc Performs any notifications that should be done once cron fetches new data.
_update_fix_missing_schema function core/includes/update.inc Helper to detect and fix 'missing' schema information.
_update_manager_access function core/modules/update/update.module Resolves if the current user can access updater menu items.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.