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
UpdateCacheTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php The theme to install as the default for testing.
UpdateCacheTest::testCaches function core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php Tests that caches are cleared during updates.
UpdateCompilerPass class core/lib/Drupal/Core/Update/UpdateCompilerPass.php Removes services with unmet dependencies.
UpdateCompilerPass.php file core/lib/Drupal/Core/Update/UpdateCompilerPass.php
UpdateCompilerPass::isArgumentMissingService function core/lib/Drupal/Core/Update/UpdateCompilerPass.php Checks if a reference argument is to a missing service.
UpdateCompilerPass::process function core/lib/Drupal/Core/Update/UpdateCompilerPass.php
UpdateComplexTest class core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests the Update query builder, complex queries.
UpdateComplexTest.php file core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php
UpdateComplexTest::testBetweenConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests BETWEEN conditional clauses.
UpdateComplexTest::testInConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests WHERE IN clauses.
UpdateComplexTest::testLikeConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests LIKE conditionals.
UpdateComplexTest::testNotInConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests WHERE NOT IN clauses.
UpdateComplexTest::testOrConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests updates with OR conditionals.
UpdateComplexTest::testSubSelectUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Test UPDATE with a subselect value.
UpdateComplexTest::testUpdateExpression function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests UPDATE with expression values.
UpdateComplexTest::testUpdateOnlyExpression function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests UPDATE with only expression values.
UpdateContribTest class core/modules/update/tests/src/Functional/UpdateContribTest.php Tests how the Update Manager module handles contributed modules and themes in
a series of functional tests using mock XML data.
UpdateContribTest.php file core/modules/update/tests/src/Functional/UpdateContribTest.php
UpdateContribTest::$defaultTheme property core/modules/update/tests/src/Functional/UpdateContribTest.php The theme to install as the default for testing.
UpdateContribTest::$modules property core/modules/update/tests/src/Functional/UpdateContribTest.php Modules to enable.
UpdateContribTest::$updateProject property core/modules/update/tests/src/Functional/UpdateContribTest.php The project that is being tested.
UpdateContribTest::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateContribTest.php The CSS locator for the update table run asserts on.
UpdateContribTest::assertCoreCompatibilityMessage function core/modules/update/tests/src/Functional/UpdateContribTest.php Asserts that a core compatibility message is correct for an update.
UpdateContribTest::securityUpdateAvailabilityProvider function core/modules/update/tests/src/Functional/UpdateContribTest.php Data provider method for testSecurityUpdateAvailability().
UpdateContribTest::setUp function core/modules/update/tests/src/Functional/UpdateContribTest.php
UpdateContribTest::testCoreCompatibilityMessage function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that core compatibility messages are displayed.
UpdateContribTest::testHookUpdateStatusAlter function core/modules/update/tests/src/Functional/UpdateContribTest.php Checks that hook_update_status_alter() works to change a status.
UpdateContribTest::testNonStandardVersionStrings function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests messages for invalid, empty and missing version strings.
UpdateContribTest::testNoReleasesAvailable function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests when there is no available release data for a contrib module.
UpdateContribTest::testNormalUpdateAvailable function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests the Update Manager module when one normal update is available.
UpdateContribTest::testRevokedRelease function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests messages when a project release is unpublished.
UpdateContribTest::testSecurityUpdateAvailability function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests update status of security releases.
UpdateContribTest::testUnsupportedRelease function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests messages when a project release is marked unsupported.
UpdateContribTest::testUpdateBaseThemeSecurityUpdate function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that subthemes are notified about security updates for base themes.
UpdateContribTest::testUpdateBrokenFetchURL function core/modules/update/tests/src/Functional/UpdateContribTest.php Makes sure that if we fetch from a broken URL, sane things happen.
UpdateContribTest::testUpdateContribBasic function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests the basic functionality of a contrib module on the status report.
UpdateContribTest::testUpdateContribOrder function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that contrib projects are ordered by project name.
UpdateContribTest::testUpdateHiddenBaseTheme function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests updates with a hidden base theme.
UpdateContribTest::testUpdateShowDisabledThemes function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that disabled themes are only shown when desired.
UpdateController class core/modules/update/src/Controller/UpdateController.php Controller routines for update routes.
UpdateController.php file core/modules/update/src/Controller/UpdateController.php
UpdateController::$updateManager property core/modules/update/src/Controller/UpdateController.php Update manager service.
UpdateController::create function core/modules/update/src/Controller/UpdateController.php Instantiates a new instance of this class.
UpdateController::updateStatus function core/modules/update/src/Controller/UpdateController.php Returns a page about the update status of projects.
UpdateController::updateStatusManually function core/modules/update/src/Controller/UpdateController.php Manually checks the update status without the use of cron.
UpdateController::__construct function core/modules/update/src/Controller/UpdateController.php Constructs update status data.
UpdateCoreTest class core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module through a series of functional tests using
mock XML data.
UpdateCoreTest.php file core/modules/update/tests/src/Functional/UpdateCoreTest.php
UpdateCoreTest::$defaultTheme property core/modules/update/tests/src/Functional/UpdateCoreTest.php The theme to install as the default for testing.
UpdateCoreTest::$modules property core/modules/update/tests/src/Functional/UpdateCoreTest.php Modules to enable.

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