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
UpdatePathTestBase::$upgradedSite property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Flag that indicates whether the child site has been updated.
UpdatePathTestBase::$upgradedSite property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Flag that indicates whether the child site has been updated.
UpdatePathTestBase::$upgradeErrors property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Array of errors triggered during the update process.
UpdatePathTestBase::$upgradeErrors property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Array of errors triggered during the update process.
UpdatePathTestBase::$zlibInstalled property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Flag to indicate whether zlib is installed or not.
UpdatePathTestBase::$zlibInstalled property core/modules/system/src/Tests/Update/UpdatePathTestBase.php Flag to indicate whether zlib is installed or not.
UpdatePathTestBase::doInstall function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Execute the non-interactive installer.
UpdatePathTestBase::doSelectionTest function core/modules/system/src/Tests/Update/UpdatePathTestBase.php Tests the selection page.
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 Installs Drupal into the Simpletest site.
UpdatePathTestBase::prepareSettings function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Add settings that are missed since the installer isn't run.
UpdatePathTestBase::prepareSettings function core/modules/system/src/Tests/Update/UpdatePathTestBase.php Add settings that are missed since the installer isn't run.
UpdatePathTestBase::replaceUser1 function core/modules/system/src/Tests/Update/UpdatePathTestBase.php Replace User 1 with the user created here.
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::runDbTasks function core/modules/system/src/Tests/Update/UpdatePathTestBase.php Runs the install database tasks for the driver used by the test runner.
UpdatePathTestBase::runUpdates function core/modules/system/src/Tests/Update/UpdatePathTestBase.php Helper function to run pending database updates.
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::setDatabaseDumpFiles function core/modules/system/src/Tests/Update/UpdatePathTestBase.php Set database dump files to be used.
UpdatePathTestBase::setUp function core/modules/system/src/Tests/Update/UpdatePathTestBase.php Overrides WebTestBase::setUp() for update testing.
UpdatePathTestBase::setUp function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Overrides WebTestBase::setUp() for update testing.
UpdatePathTestBase::__construct function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Constructs an UpdatePathTestCase object.
UpdatePathTestBase::__construct function core/modules/system/src/Tests/Update/UpdatePathTestBase.php Constructs an UpdatePathTestCase object.
UpdatePathTestBaseFilledTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php Runs UpdatePathTestBaseTest 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::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 enable after the database is loaded.
UpdatePathTestBaseTest::setDatabaseDumpFiles function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Set database dump files to be used.
UpdatePathTestBaseTest::testDatabaseLoaded function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Tests that the database was properly loaded.
UpdatePathTestBaseTest::testFixturesSetup function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Test the database fixtures are setup correctly.
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::testUpdateHookN function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php Test 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 Test JavaScript loading at update.php.
UpdatePathTestTrait trait core/tests/Drupal/Tests/UpdatePathTestTrait.php Trait UpdatePathTestTrait
UpdatePathTestTrait.php file core/tests/Drupal/Tests/UpdatePathTestTrait.php
UpdatePathTestTrait::$checkFailedUpdates property core/tests/Drupal/Tests/UpdatePathTestTrait.php Fail the test if there are failed updates.
UpdatePathTestTrait::doSelectionTest function core/tests/Drupal/Tests/UpdatePathTestTrait.php Tests the selection page.

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