Search for update

  1. Search 7.x for update
  2. Search 9.5.x for update
  3. Search 10.3.x for update
  4. Search 11.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/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Update.php MySQL test implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/sqlite/Update.php SQLite implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\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
migrate_drupal.post_update.php file core/modules/migrate_drupal/migrate_drupal.post_update.php Post update functions for migrate_drupal.
migrate_drupal_post_update_uninstall_multilingual function core/modules/migrate_drupal/migrate_drupal.post_update.php Uninstall migrate_drupal_multilingual since migrate_drupal is installed.
migrate_drupal_update_8501 function core/modules/migrate_drupal/migrate_drupal.install Creates migrate_drupal.settings config object.
migrate_drupal_update_8502 function core/modules/migrate_drupal/migrate_drupal.install Sets the follow-up migration tags.
migrate_drupal_update_8601 function core/modules/migrate_drupal/migrate_drupal.install Install migrate_drupal_multilingual since migrate_drupal is installed.
migrate_update_8001 function core/modules/migrate/migrate.install Remove load plugin references from existing migrations.
ModeratedContentViewLatestRevisionUpdateTest class core/modules/content_moderation/tests/src/Functional/Update/ModeratedContentViewLatestRevisionUpdateTest.php Tests the upgrade path for updating the moderated content view.
ModeratedContentViewLatestRevisionUpdateTest.php file core/modules/content_moderation/tests/src/Functional/Update/ModeratedContentViewLatestRevisionUpdateTest.php
ModeratedContentViewLatestRevisionUpdateTest::setDatabaseDumpFiles function core/modules/content_moderation/tests/src/Functional/Update/ModeratedContentViewLatestRevisionUpdateTest.php Set database dump files to be used.
ModeratedContentViewLatestRevisionUpdateTest::testUpdateModeratedContentView function core/modules/content_moderation/tests/src/Functional/Update/ModeratedContentViewLatestRevisionUpdateTest.php Tests updating the moderated content view.
ModerationStateFieldItemList::updateModeratedEntity function core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php Updates the default revision flag and the publishing status of the entity.
ModerationStateViewsFieldUpdateTest class core/modules/content_moderation/tests/src/Functional/Update/ModerationStateViewsFieldUpdateTest.php Test updating the views moderation state field plugin ID.
ModerationStateViewsFieldUpdateTest.php file core/modules/content_moderation/tests/src/Functional/Update/ModerationStateViewsFieldUpdateTest.php
ModerationStateViewsFieldUpdateTest::setDatabaseDumpFiles function core/modules/content_moderation/tests/src/Functional/Update/ModerationStateViewsFieldUpdateTest.php Set database dump files to be used.
ModerationStateViewsFieldUpdateTest::testViewsFieldIdUpdate function core/modules/content_moderation/tests/src/Functional/Update/ModerationStateViewsFieldUpdateTest.php Test the views field ID update.
ModerationStateViewsFieldUpdateTest::testViewsFieldIdUpdateWithoutViews function core/modules/content_moderation/tests/src/Functional/Update/ModerationStateViewsFieldUpdateTest.php Tests that the update succeeds even if Views is not installed.
Module::canUpdate function core/lib/Drupal/Core/Updater/Module.php Determines whether this class can update the specified project.
Module::canUpdateDirectory function core/lib/Drupal/Core/Updater/Module.php Determines if the Updater can handle the project provided in $directory.
Module::getSchemaUpdates function core/lib/Drupal/Core/Updater/Module.php Returns available database schema updates once a new version is installed.
Module::postUpdateTasks function core/lib/Drupal/Core/Updater/Module.php Returns an array of links to pages that should be visited post operation.
ModuleInstaller::updateKernel function core/lib/Drupal/Core/Extension/ModuleInstaller.php Updates the kernel module list.
module_test.post_update.php file core/modules/system/tests/modules/module_test/module_test.post_update.php Post update functions for test module.
module_test_post_update_test function core/modules/system/tests/modules/module_test/module_test.post_update.php Test post update function.
MoveActionsToCoreTest::testUpdateActionPlugins function core/modules/system/tests/src/Functional/Update/MoveActionsToCoreTest.php Tests upgrading actions to core namespace.
MoveRevisionMetadataFieldsUpdateTest class core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php Tests the upgrade path for moving the revision metadata fields.
MoveRevisionMetadataFieldsUpdateTest.php file core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php
MoveRevisionMetadataFieldsUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php Set database dump files to be used.
MoveRevisionMetadataFieldsUpdateTest::testAddingRequiredRevisionMetadataKeys function core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php Tests the addition of required revision metadata keys.
MoveRevisionMetadataFieldsUpdateTest::testSystemUpdate8400 function core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php Tests that the revision metadata fields are moved correctly.
MoveRevisionMetadataFieldsUpdateTest::testSystemUpdate8501 function core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php Tests that the revision metadata key BC layer was updated correctly.
new_dependency_test_update_8001 function core/modules/system/tests/modules/new_dependency_test/new_dependency_test.install Enable the new_dependency_test_with_service module.
node.post_update.php file core/modules/node/node.post_update.php Post update functions for Node.
NodeForm::updateStatus function core/modules/node/src/NodeForm.php Entity builder updating the node status with the submitted value.
NoDependenciesUpdateTest class core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php Test the system module updates with no dependencies installed.
NoDependenciesUpdateTest.php file core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php
NoDependenciesUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php The theme to install as the default for testing.
NoDependenciesUpdateTest::$installProfile property core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php The install profile used in the database dump file.
NoDependenciesUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php Set database dump files to be used.
NoDependenciesUpdateTest::testNoDependenciesUpdate function core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php Test the system module updates with no dependencies installed.
NodeSearch::updateIndex function core/modules/node/src/Plugin/Search/NodeSearch.php Updates the search index for this plugin.
NodeStorage::updateType function core/modules/node/src/NodeStorage.php Updates all nodes of one type to be of another type.
NodeStorageInterface::updateType function core/modules/node/src/NodeStorageInterface.php Updates all nodes of one type to be of another type.
NodeUpdate7008 class core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php Split the 'administer nodes' permission from 'access content overview'.
NodeUpdate7008.php file core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php
NodeUpdate7008::transform function core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php Split the 'administer nodes' permission from 'access content overview'.
NodeUpdateTest class core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php Tests that node settings are properly updated during database updates.
NodeUpdateTest.php file core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php
NodeUpdateTest::setDatabaseDumpFiles function core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php Set database dump files to be used.
NodeUpdateTest::testOwnerEntityKey function core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php Tests that the node entity type has an 'owner' entity key.
NodeUpdateTest::testPublishedEntityKey function core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php Tests that the node entity type has a 'published' entity key.

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