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
UpdateReady::$moduleHandler property core/modules/update/src/Form/UpdateReady.php The module handler.
UpdateReady::$root property core/modules/update/src/Form/UpdateReady.php The root location under which updated projects will be saved.
UpdateReady::$sitePath property core/modules/update/src/Form/UpdateReady.php The Site path.
UpdateReady::$state property core/modules/update/src/Form/UpdateReady.php The state key value store.
UpdateReady::buildForm function core/modules/update/src/Form/UpdateReady.php Form constructor.
UpdateReady::create function core/modules/update/src/Form/UpdateReady.php Instantiates a new instance of this class.
UpdateReady::getFormId function core/modules/update/src/Form/UpdateReady.php Returns a unique string identifying the form.
UpdateReady::submitForm function core/modules/update/src/Form/UpdateReady.php Form submission handler.
UpdateReady::__construct function core/modules/update/src/Form/UpdateReady.php Constructs a new UpdateReady object.
UpdateRegistry class core/lib/Drupal/Core/Update/UpdateRegistry.php Provides all and missing update implementations.
UpdateRegistry.php file core/lib/Drupal/Core/Update/UpdateRegistry.php
UpdateRegistry::$enabledExtensions property core/lib/Drupal/Core/Update/UpdateRegistry.php
UpdateRegistry::$includeTests property core/lib/Drupal/Core/Update/UpdateRegistry.php Should we respect update functions in tests.
UpdateRegistry::$keyValue property core/lib/Drupal/Core/Update/UpdateRegistry.php The key value storage.
UpdateRegistry::$logFilename property core/lib/Drupal/Core/Update/UpdateRegistry.php The filename of the log file.
UpdateRegistry::$root property core/lib/Drupal/Core/Update/UpdateRegistry.php The app root.
UpdateRegistry::$sitePath property core/lib/Drupal/Core/Update/UpdateRegistry.php The site path.
UpdateRegistry::$updateType property core/lib/Drupal/Core/Update/UpdateRegistry.php The used update name.
UpdateRegistry::filterOutInvokedUpdatesByExtension function core/lib/Drupal/Core/Update/UpdateRegistry.php Filters out already executed update functions by extension.
UpdateRegistry::filterOutInvokedUpdatesByModule function core/lib/Drupal/Core/Update/UpdateRegistry.php Filters out already executed update functions by module.
UpdateRegistry::getAvailableUpdateFunctions function core/lib/Drupal/Core/Update/UpdateRegistry.php Gets all available update functions.
UpdateRegistry::getModuleUpdateFunctions function core/lib/Drupal/Core/Update/UpdateRegistry.php Returns all available updates for a given module.
UpdateRegistry::getPendingUpdateFunctions function core/lib/Drupal/Core/Update/UpdateRegistry.php Find all update functions that haven't been executed.
UpdateRegistry::getPendingUpdateInformation function core/lib/Drupal/Core/Update/UpdateRegistry.php Returns a list of all the pending updates.
UpdateRegistry::getRemovedPostUpdates function core/lib/Drupal/Core/Update/UpdateRegistry.php Gets removed hook_post_update_NAME() implementations for an extension.
UpdateRegistry::getSubscribedEvents function core/lib/Drupal/Core/Update/UpdateRegistry.php
UpdateRegistry::getUpdateFunctions function core/lib/Drupal/Core/Update/UpdateRegistry.php Returns all available updates for a given extension.
UpdateRegistry::includeThemes function core/lib/Drupal/Core/Update/UpdateRegistry.php
UpdateRegistry::loadUpdateFile function core/lib/Drupal/Core/Update/UpdateRegistry.php Loads the {$this->updateType}.php file for a given extension.
UpdateRegistry::loadUpdateFiles function core/lib/Drupal/Core/Update/UpdateRegistry.php Loads all update files for a given list of extension.
UpdateRegistry::onConfigSave function core/lib/Drupal/Core/Update/UpdateRegistry.php Processes the list of installed extensions when core.extension changes.
UpdateRegistry::registerInvokedUpdates function core/lib/Drupal/Core/Update/UpdateRegistry.php Registers that update functions were executed.
UpdateRegistry::scanExtensionsAndLoadUpdateFiles function core/lib/Drupal/Core/Update/UpdateRegistry.php Scans all module, theme, and profile extensions and load the update files.
UpdateRegistry::__construct function core/lib/Drupal/Core/Update/UpdateRegistry.php Constructs a new UpdateRegistry.
UpdateRegistryFactory class core/lib/Drupal/Core/Update/UpdateRegistryFactory.php Service factory for the update registry.
UpdateRegistryFactory.php file core/lib/Drupal/Core/Update/UpdateRegistryFactory.php
UpdateRegistryFactory::create function core/lib/Drupal/Core/Update/UpdateRegistryFactory.php Creates a new UpdateRegistry instance.
UpdateRegistryTest class core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @coversDefaultClass \Drupal\Core\Update\UpdateRegistry
@group Update
UpdateRegistryTest.php file core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
UpdateRegistryTest::setUp function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
UpdateRegistryTest::setupBasicExtensions function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Sets up some extensions with some update functions.
UpdateRegistryTest::testFilterOutInvokedUpdatesByExtension function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::filterOutInvokedUpdatesByExtension
UpdateRegistryTest::testFilterOutInvokedUpdatesByModule function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::filterOutInvokedUpdatesByModule
@group legacy
UpdateRegistryTest::testGetModuleUpdateFunctions function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getModuleUpdateFunctions
@group legacy
UpdateRegistryTest::testGetPendingUpdateFunctionsExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateFunctions
UpdateRegistryTest::testGetPendingUpdateFunctionsNoExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateFunctions
UpdateRegistryTest::testGetPendingUpdateFunctionsWithLoadedModulesButNotEnabled function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateFunctions
UpdateRegistryTest::testGetPendingUpdateInformation function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateInformation
UpdateRegistryTest::testGetPendingUpdateInformationWithExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateInformation
UpdateRegistryTest::testGetPendingUpdateInformationWithRemovedUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateInformation

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