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 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/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/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
UpdatePathLastRemovedTest::$updateUser property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php A user account with upgrade permission.
UpdatePathLastRemovedTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php
UpdatePathLastRemovedTest::testLastRemovedVersion function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php Tests that a module with a too old schema version can not be updated.
UpdatePathNewDependencyTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php Modules can introduce new dependencies and enable them in update hooks.
UpdatePathNewDependencyTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php
UpdatePathNewDependencyTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php The theme to install as the default for testing.
UpdatePathNewDependencyTest::testUpdateNewDependency function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php Tests that a module can add services that depend on new modules.
UpdatePathTest class core/modules/dblog/tests/src/Functional/UpdatePathTest.php Tests update functions for the Database Logging module.
UpdatePathTest.php file core/modules/dblog/tests/src/Functional/UpdatePathTest.php
UpdatePathTest::setDatabaseDumpFiles function core/modules/dblog/tests/src/Functional/UpdatePathTest.php Set database dump files to be used.
UpdatePathTest::testLogEntryWithBigId function core/modules/dblog/tests/src/Functional/UpdatePathTest.php Tests that, after update 10101, the 'wid' column can be a 64-bit integer.
UpdatePathTestBase class core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Provides a base class for writing an update test.
UpdatePathTestBase.php file core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php
UpdatePathTestBase::$databaseDumpFiles property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php The file path(s) to the dumped database(s) to load into the child site.
UpdatePathTestBase::$modules property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Modules to install after the database is loaded.
UpdatePathTestBase::$strictConfigSchema property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Disable strict config schema checking.
UpdatePathTestBase::$updateUrl property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php The update URL.
UpdatePathTestBase::doInstall function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Execute the non-interactive installer.
UpdatePathTestBase::initFrontPage function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Visits the front page when initializing Mink.
UpdatePathTestBase::installDrupal function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Overrides BrowserTestBase::installDrupal() for update testing.
UpdatePathTestBase::prepareSettings function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Add settings that are missed since the installer isn't run.
UpdatePathTestBase::replaceUser1 function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Replace User 1 with the user created here.
UpdatePathTestBase::runDbTasks function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Runs the install database tasks for the driver used by the test runner.
UpdatePathTestBase::runUpdates function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Helper function to run pending database updates.
UpdatePathTestBase::setDatabaseDumpFiles function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Set database dump files to be used.
UpdatePathTestBase::setUp function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php
UpdatePathTestBase::testDatabaseLoaded function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Tests that the database was properly loaded.
UpdatePathTestBaseFilledTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php Runs UpdatePathTestBase with a dump filled with content.
UpdatePathTestBaseFilledTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php
UpdatePathTestBaseFilledTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php The theme to install as the default for testing.
UpdatePathTestBaseFilledTest::replaceUser1 function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php Replace User 1 with the user created here.
UpdatePathTestBaseFilledTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php Set database dump files to be used.
UpdatePathTestBaseFilledTest::testDatabaseProperlyLoaded function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php Tests that the database was properly loaded.
UpdatePathTestBaseFilledTest::testUpdatedSite function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php Tests that the content and configuration were properly updated.
UpdatePathTestBaseTest class core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Tests the update path base class.
UpdatePathTestBaseTest.php file core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php
UpdatePathTestBaseTest::$modules property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Modules to install after the database is loaded.
UpdatePathTestBaseTest::setDatabaseDumpFiles function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Set database dump files to be used.
UpdatePathTestBaseTest::testDatabaseProperlyLoaded function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Tests that the database was properly loaded.
UpdatePathTestBaseTest::testModuleListChange function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Tests that test running environment is updated when module list changes.
UpdatePathTestBaseTest::testPathAliasProcessing function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Tests that path aliases are not processed during database updates.
UpdatePathTestBaseTest::testSchemaChecking function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Tests that schema can be excluded from testing.
UpdatePathTestBaseTest::testSetup function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Tests that setup is done correctly.
UpdatePathTestBaseTest::testUpdateHookN function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Tests that updates are properly run.
UpdatePathTestJavaScriptTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestJavaScriptTest.php Tests the presence of JavaScript at update.php.
UpdatePathTestJavaScriptTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestJavaScriptTest.php
UpdatePathTestJavaScriptTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestJavaScriptTest.php The theme to install as the default for testing.
UpdatePathTestJavaScriptTest::doSelectionTest function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestJavaScriptTest.php Tests the selection page.
UpdatePathTestJavaScriptTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestJavaScriptTest.php
UpdatePathTestJavaScriptTest::testJavaScriptLoading function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestJavaScriptTest.php Tests JavaScript loading at update.php.

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