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 10.3.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/lib/Drupal/Core/Database/Query/Update.php General class for an abstracted UPDATE operation.
Update class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Update.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Update.

All search results

Title Object type File name Summary
UpdateSelectionCommand::$mediaIds property core/modules/media_library/src/Ajax/UpdateSelectionCommand.php An array of media IDs to add to the current selection.
UpdateSelectionCommand::render function core/modules/media_library/src/Ajax/UpdateSelectionCommand.php Return an array to be run through json_encode and sent to the client.
UpdateSelectionCommand::__construct function core/modules/media_library/src/Ajax/UpdateSelectionCommand.php Constructs an UpdateSelectionCommand object.
UpdateSemverContribBaselineTest class core/modules/update/tests/src/Functional/UpdateSemverContribBaselineTest.php Tests the Update Status module with a contrib module with semver versions.
UpdateSemverContribBaselineTest.php file core/modules/update/tests/src/Functional/UpdateSemverContribBaselineTest.php
UpdateSemverContribSecurityAvailabilityTest class core/modules/update/tests/src/Functional/UpdateSemverContribSecurityAvailabilityTest.php Tests Update Status with a security update available for a contrib project.
UpdateSemverContribSecurityAvailabilityTest.php file core/modules/update/tests/src/Functional/UpdateSemverContribSecurityAvailabilityTest.php
UpdateSemverContribTestBase class core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php Base class for Update Status semantic versioning tests of contrib projects.
UpdateSemverContribTestBase.php file core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php
UpdateSemverContribTestBase::$modules property core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php Modules to install.
UpdateSemverContribTestBase::$projectTitle property core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php The title of the project being tested.
UpdateSemverContribTestBase::$updateProject property core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php The project that is being tested.
UpdateSemverContribTestBase::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php The CSS locator for the update table run asserts on.
UpdateSemverContribTestBase::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php Sets the project installed version.
UpdateSemverContribTestBase::testUpdatesLegacyToSemver function core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php Tests updates from legacy versions to the semver versions.
UpdateSemverCoreBaselineTest class core/modules/update/tests/src/Functional/UpdateSemverCoreBaselineTest.php Tests semantic version handling in the Update Status module for Drupal core.
UpdateSemverCoreBaselineTest.php file core/modules/update/tests/src/Functional/UpdateSemverCoreBaselineTest.php
UpdateSemverCoreSecurityAvailabilityTest class core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityAvailabilityTest.php Tests Update Status with a security update available for Drupal core.
UpdateSemverCoreSecurityAvailabilityTest.php file core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityAvailabilityTest.php
UpdateSemverCoreSecurityCoverageTest class core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Tests the security coverage messages for Drupal core versions.
UpdateSemverCoreSecurityCoverageTest.php file core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php
UpdateSemverCoreSecurityCoverageTest::doTestSecurityCoverageMessage function core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Tests the security coverage messages for Drupal core versions.
UpdateSemverCoreSecurityCoverageTest::securityCoverageMessageProvider function core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Data provider for testSecurityCoverageMessage().
UpdateSemverCoreSecurityCoverageTest::testSecurityCoverageMessage function core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php Tests the security coverage messages for Drupal core versions.
UpdateSemverCoreTest class core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests edge cases of the Available Updates report UI.
UpdateSemverCoreTest.php file core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
UpdateSemverCoreTest::testAvailableUpdateLink function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests the available link appears to users with the right permissions.
UpdateSemverCoreTest::testBrokenThenFixedUpdates function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks that Drupal recovers after problems connecting to update server.
UpdateSemverCoreTest::testDatestampMismatch function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Ensures proper results where there are date mismatches among modules.
UpdateSemverCoreTest::testDevNoReleaseDate function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests when a dev release does not have a date.
UpdateSemverCoreTest::testFetchTasks function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests that exactly one fetch task per project is created and not more.
UpdateSemverCoreTest::testServiceUnavailable function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests the Update Status module when the update server returns 503 errors.
UpdateSemverCoreTestBase class core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php Base class for Update Status semantic versioning tests of Drupal core.
UpdateSemverCoreTestBase.php file core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php
UpdateSemverCoreTestBase::$projectTitle property core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php The title of the project being tested.
UpdateSemverCoreTestBase::$updateProject property core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php The project that is being tested.
UpdateSemverCoreTestBase::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php The CSS locator for the update table run asserts on.
UpdateSemverCoreTestBase::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php Sets the project installed version.
UpdateSemverTestBase class core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Common setup and utility methods to test projects that use semver releases.
UpdateSemverTestBase.php file core/modules/update/tests/src/Functional/UpdateSemverTestBase.php
UpdateSemverTestBase::$defaultTheme property core/modules/update/tests/src/Functional/UpdateSemverTestBase.php The theme to install as the default for testing.
UpdateSemverTestBase::$modules property core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Modules to install.
UpdateSemverTestBase::$projectTitle property core/modules/update/tests/src/Functional/UpdateSemverTestBase.php The title of the project being tested.
UpdateSemverTestBase::refreshUpdateStatus function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Refreshes the update status based on the desired available update scenario.
UpdateSemverTestBase::setProjectInstalledVersion function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php Sets the project installed version.
UpdateSemverTestBase::setUp function core/modules/update/tests/src/Functional/UpdateSemverTestBase.php
UpdateSemverTestBaselineTrait trait core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php Provides test methods for semver tests shared between core and contrib.
UpdateSemverTestBaselineTrait.php file core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php
UpdateSemverTestBaselineTrait::assertNoExtraVersion function core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php Asserts update table when there is no extra version.
UpdateSemverTestBaselineTrait::testMajorExtraUpdateAvailable function core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php Tests when the major+1 is supported but not stable.

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