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/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Update.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\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
LocaleConfigSubscriberForeignTest::testLocaleUpdateActiveTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Tests updating community translations of shipped configuration.
LocaleConfigSubscriberForeignTest::testUpdateActiveTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php Tests updating translations of shipped configuration.
LocaleConfigSubscriberTest::testLocaleUpdateTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Tests updating community translations of shipped configuration.
LocaleConfigSubscriberTest::testUpdateTranslation function core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php Tests updating translations of shipped configuration.
LocaleHooks::configurableLanguageUpdate function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_ENTITY_TYPE_update() for 'configurable_language'.
LocalesLocationAddIndexUpdateTest class core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php Tests Locale update functions.
LocalesLocationAddIndexUpdateTest.php file core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php
LocalesLocationAddIndexUpdateTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php The theme to install as the default for testing.
LocalesLocationAddIndexUpdateTest::setDatabaseDumpFiles function core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php Set database dump files to be used.
LocalesLocationAddIndexUpdateTest::testExistingIndex function core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php Tests locale_update_10300().
LocalesLocationAddIndexUpdateTest::testIndex function core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php Tests locale_update_10300().
LocaleTranslatedSchemaDefinitionTest::testTranslatedUpdate function core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Tests that translations do not affect the update system.
LocaleTranslationChangeProjectVersionTest::testUpdateImportSourceRemote function core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php Tests update translations when project version changes.
LocaleTranslationDownloadTest::testUpdateImportSourceRemote function core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php Tests translation download from remote sources.
LocaleUpdateBase class core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Base class for testing updates to string translations.
LocaleUpdateBase.php file core/modules/locale/tests/src/Functional/LocaleUpdateBase.php
LocaleUpdateBase::$modules property core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Modules to install.
LocaleUpdateBase::$timestampMedium property core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Timestamp for a medium aged translation.
LocaleUpdateBase::$timestampNew property core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Timestamp for a new translation.
LocaleUpdateBase::$timestampNow property core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Timestamp for current time.
LocaleUpdateBase::$timestampOld property core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Timestamp for an old translation.
LocaleUpdateBase::addLanguage function core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Adds a language.
LocaleUpdateBase::assertTranslation function core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Checks the translation of a string.
LocaleUpdateBase::makePoFile function core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Creates a translation file and tests its timestamp.
LocaleUpdateBase::setCurrentTranslations function core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Sets up existing translations and their statuses in the database.
LocaleUpdateBase::setTranslationFiles function core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Setup the environment containing local and remote translation files.
LocaleUpdateBase::setTranslationsDirectory function core/modules/locale/tests/src/Functional/LocaleUpdateBase.php Sets the value of the default translations directory.
LocaleUpdateBase::setUp function core/modules/locale/tests/src/Functional/LocaleUpdateBase.php
LocaleUpdateCronTest class core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php Tests for using cron to update project interface translations.
LocaleUpdateCronTest.php file core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php
LocaleUpdateCronTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php The theme to install as the default for testing.
LocaleUpdateCronTest::setUp function core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php
LocaleUpdateCronTest::testUpdateCron function core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php Tests interface translation update using cron.
LocaleUpdateDevelopmentReleaseTest class core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php Test for proper version fallback in case of a development release.
LocaleUpdateDevelopmentReleaseTest.php file core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php
LocaleUpdateDevelopmentReleaseTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php The theme to install as the default for testing.
LocaleUpdateDevelopmentReleaseTest::$modules property core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php Modules to install.
LocaleUpdateDevelopmentReleaseTest::setUp function core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php
LocaleUpdateDevelopmentReleaseTest::testLocaleUpdateDevelopmentRelease function core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php
LocaleUpdateInterfaceTest class core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php Tests for the user interface of project interface translations.
LocaleUpdateInterfaceTest.php file core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php
LocaleUpdateInterfaceTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php The theme to install as the default for testing.
LocaleUpdateInterfaceTest::$modules property core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php Modules to install.
LocaleUpdateInterfaceTest::setUp function core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php
LocaleUpdateInterfaceTest::testInterface function core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php Tests the user interfaces of the interface translation update system.
LocaleUpdateTest class core/modules/locale/tests/src/Kernel/LocaleUpdateTest.php Tests for updating the interface translations of projects.
LocaleUpdateTest class core/modules/locale/tests/src/Functional/LocaleUpdateTest.php Tests for updating the interface translations of projects.
LocaleUpdateTest.php file core/modules/locale/tests/src/Kernel/LocaleUpdateTest.php
LocaleUpdateTest.php file core/modules/locale/tests/src/Functional/LocaleUpdateTest.php
LocaleUpdateTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleUpdateTest.php The theme to install as the default for testing.

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