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
UpdateManagerUpdateTest class core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php Tests the Update Manager module's 'Update' form and functionality.
UpdateManagerUpdateTest.php file core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php
UpdateManagerUpdateTest::$defaultTheme property core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php The theme to install as the default for testing.
UpdateManagerUpdateTest::$modules property core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php Modules to enable.
UpdateManagerUpdateTest::incompatibleUpdatesTableProvider function core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php Provides data for test scenarios involving incompatible updates.
UpdateManagerUpdateTest::setUp function core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php
UpdateManagerUpdateTest::testIncompatibleUpdatesTable function core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php Tests the Update form for a single test scenario of incompatible updates.
UpdatePathLastRemovedTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php Tests that modules can define their last removed update function.
UpdatePathLastRemovedTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php
UpdatePathLastRemovedTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php The theme to install as the default for testing.
UpdatePathLastRemovedTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php Modules to enable.
UpdatePathLastRemovedTest::$updateUrl property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php URL for the upgrade script.
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 Test that a module can add services that depend on new modules.
UpdatePathRC1TestBaseFilledTest class core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php Runs UpdatePathTestBaseTest with a RC1 dump filled with content.
UpdatePathRC1TestBaseFilledTest.php file core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php
UpdatePathRC1TestBaseFilledTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php The theme to install as the default for testing.
UpdatePathRC1TestBaseFilledTest::replaceUser1 function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php Replace User 1 with the user created here.
UpdatePathRC1TestBaseFilledTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php Set database dump files to be used.
UpdatePathRC1TestBaseFilledTest::testUpdatedSite function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php Tests that the content and configuration were properly updated.
UpdatePathRC1TestBaseTest class core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php Tests the update path base class with the RC1 database dump.
UpdatePathRC1TestBaseTest.php file core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php
UpdatePathRC1TestBaseTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php The theme to install as the default for testing.
UpdatePathRC1TestBaseTest::$modules property core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php Modules to enable after the database is loaded.
UpdatePathRC1TestBaseTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php Set database dump files to be used.
UpdatePathRC1TestBaseTest::testDatabaseLoaded function core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php Tests that the database was properly loaded.
UpdatePathTestBase class core/modules/system/src/Tests/Update/UpdatePathTestBase.php Provides a base class for writing an update test.
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.php file core/modules/system/src/Tests/Update/UpdatePathTestBase.php
UpdatePathTestBase::$checkFailedUpdates property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Fail the test if there are failed updates.
UpdatePathTestBase::$databaseDumpFiles property core/modules/system/src/Tests/Update/UpdatePathTestBase.php The file path(s) to the dumped database(s) to load into the child site.
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::$installProfile property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php The install profile used in the database dump file.
UpdatePathTestBase::$installProfile property core/modules/system/src/Tests/Update/UpdatePathTestBase.php The install profile used in the database dump file.
UpdatePathTestBase::$loadedModules property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Array of modules loaded when the test starts.
UpdatePathTestBase::$loadedModules property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Array of modules loaded when the test starts.
UpdatePathTestBase::$modules property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Modules to enable after the database is loaded.
UpdatePathTestBase::$modules property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Modules to enable after the database is loaded.
UpdatePathTestBase::$pendingUpdates property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Flag to indicate whether there are pending updates or not.
UpdatePathTestBase::$pendingUpdates property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Flag to indicate whether there are pending updates or not.
UpdatePathTestBase::$strictConfigSchema property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Disable strict config schema checking.
UpdatePathTestBase::$strictConfigSchema property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Disable strict config schema checking.
UpdatePathTestBase::$updateUrl property core/modules/system/src/Tests/Update/UpdatePathTestBase.php The update URL.
UpdatePathTestBase::$updateUrl property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php The update URL.

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