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
UpdateHooks::cron function core/modules/update/src/Hook/UpdateHooks.php Implements hook_cron().
UpdateHooks::help function core/modules/update/src/Hook/UpdateHooks.php Implements hook_help().
UpdateHooks::mail function core/modules/update/src/Hook/UpdateHooks.php Implements hook_mail().
UpdateHooks::modulesInstalled function core/modules/update/src/Hook/UpdateHooks.php Implements hook_modules_installed().
UpdateHooks::modulesUninstalled function core/modules/update/src/Hook/UpdateHooks.php Implements hook_modules_uninstalled().
UpdateHooks::pageTop function core/modules/update/src/Hook/UpdateHooks.php Implements hook_page_top().
UpdateHooks::themesInstalled function core/modules/update/src/Hook/UpdateHooks.php Implements hook_themes_installed().
UpdateHooks::themesUninstalled function core/modules/update/src/Hook/UpdateHooks.php Implements hook_themes_uninstalled().
UpdateHooks::verifyUpdateArchive function core/modules/update/src/Hook/UpdateHooks.php Implements hook_verify_update_archive().
UpdateKernel class core/lib/Drupal/Core/Update/UpdateKernel.php Defines a kernel which is used primarily to run the update of Drupal.
UpdateKernel.php file core/lib/Drupal/Core/Update/UpdateKernel.php
UpdateKernel::bootSession function core/lib/Drupal/Core/Update/UpdateKernel.php Boots up the session.
UpdateKernel::cacheDrupalContainer function core/lib/Drupal/Core/Update/UpdateKernel.php Stores the container definition in a cache.
UpdateKernel::discoverServiceProviders function core/lib/Drupal/Core/Update/UpdateKernel.php Discovers available serviceProviders.
UpdateKernel::handle function core/lib/Drupal/Core/Update/UpdateKernel.php
UpdateKernel::handleAccess function core/lib/Drupal/Core/Update/UpdateKernel.php Checks if the current user has rights to access updates page.
UpdateKernel::handleRaw function core/lib/Drupal/Core/Update/UpdateKernel.php Generates the actual result of update.php.
UpdateKernel::initializeContainer function core/lib/Drupal/Core/Update/UpdateKernel.php Initializes the service container.
UpdateKernel::setupRequestMatch function core/lib/Drupal/Core/Update/UpdateKernel.php Set up the request with fake routing data for update.php.
UpdateKernel::shutdownSession function core/lib/Drupal/Core/Update/UpdateKernel.php Ensures that the session is saved.
UpdateLobTest class core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php Tests the Update query builder with LOB fields.
UpdateLobTest.php file core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php
UpdateLobTest::testUpdateMultipleBlob function core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php Confirms that we can update two blob columns in the same table.
UpdateLobTest::testUpdateNullBlob function core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php Tests that we can update a blob column to null.
UpdateLobTest::testUpdateOneBlob function core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php Confirms that we can update a blob column.
UpdateLocalTasksTest class core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Tests existence of update local tasks.
UpdateLocalTasksTest.php file core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php
UpdateLocalTasksTest::getUpdateReportRoutes function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Provides a list of report routes to test.
UpdateLocalTasksTest::setUp function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php
UpdateLocalTasksTest::testUpdateReportLocalTasks function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Checks update report tasks.
UpdateMailTest class core/modules/update/tests/src/Unit/UpdateMailTest.php Tests text of update email.
UpdateMailTest.php file core/modules/update/tests/src/Unit/UpdateMailTest.php
UpdateMailTest::$configFactory property core/modules/update/tests/src/Unit/UpdateMailTest.php Mocked config factory.
UpdateMailTest::$container property core/modules/update/tests/src/Unit/UpdateMailTest.php The container.
UpdateMailTest::$currentUser property core/modules/update/tests/src/Unit/UpdateMailTest.php The mocked current user service.
UpdateMailTest::$languageManager property core/modules/update/tests/src/Unit/UpdateMailTest.php Mocked language manager.
UpdateMailTest::$urlGenerator property core/modules/update/tests/src/Unit/UpdateMailTest.php Mocked URL generator.
UpdateMailTest::providerTestUpdateEmail function core/modules/update/tests/src/Unit/UpdateMailTest.php Provides data for ::testUpdateEmail.
UpdateMailTest::setUp function core/modules/update/tests/src/Unit/UpdateMailTest.php
UpdateMailTest::testUpdateEmail function core/modules/update/tests/src/Unit/UpdateMailTest.php Test the subject and body of update text.
UpdateManager class core/modules/update/src/UpdateManager.php Default implementation of UpdateManagerInterface.
UpdateManager.php file core/modules/update/src/UpdateManager.php
UpdateManager::$availableReleasesTempStore property core/modules/update/src/UpdateManager.php Update available releases key/value store.
UpdateManager::$keyValueStore property core/modules/update/src/UpdateManager.php The key/value store.
UpdateManager::$moduleExtensionList property core/modules/update/src/UpdateManager.php The module extension list.
UpdateManager::$moduleHandler property core/modules/update/src/UpdateManager.php Module Handler Service.
UpdateManager::$projects property core/modules/update/src/UpdateManager.php An array of installed projects.
UpdateManager::$themeExtensionList property core/modules/update/src/UpdateManager.php The theme extension list.
UpdateManager::$themeHandler property core/modules/update/src/UpdateManager.php The theme handler.
UpdateManager::$updateProcessor property core/modules/update/src/UpdateManager.php Update Processor Service.

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