Search for update

  1. Search 7.x for update
  2. Search 8.9.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/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/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/DrivertestMysqlDeprecatedVersion/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/modules/pgsql/src/Driver/Database/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/tests/fixtures/database_drivers/module/corefake/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
UpdateManagerUpdate::create function core/modules/update/src/Form/UpdateManagerUpdate.php Instantiates a new instance of this class.
UpdateManagerUpdate::getFormId function core/modules/update/src/Form/UpdateManagerUpdate.php Returns a unique string identifying the form.
UpdateManagerUpdate::removeCheckboxFromRow function core/modules/update/src/Form/UpdateManagerUpdate.php Prepares a row entry for use in a regular table, not a 'tableselect'.
UpdateManagerUpdate::submitForm function core/modules/update/src/Form/UpdateManagerUpdate.php Form submission handler.
UpdateManagerUpdate::validateForm function core/modules/update/src/Form/UpdateManagerUpdate.php Form validation handler.
UpdateManagerUpdate::__construct function core/modules/update/src/Form/UpdateManagerUpdate.php Constructs a new UpdateManagerUpdate object.
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 Tests that a module can add services that depend on new modules.
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::$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::$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::$updateUrl property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php The update URL.
UpdatePathTestBase::$upgradedSite property core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Flag that indicates whether the child site has been updated.
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::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 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::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 Overrides BrowserTestBase::setUp() for update testing.
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.

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