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
UpdateDescriptionTest class core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php Tests for update descriptions.
UpdateDescriptionTest.php file core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php
UpdateDescriptionTest::$modules property core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php Modules to enable.
UpdateDescriptionTest::testUpdateGetUpdateList function core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php Tests the list of pending database updates.
UpdateEnableProviderDatabaseDriverTest class core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php Tests that update hooks are enabling the database driver providing module.
UpdateEnableProviderDatabaseDriverTest.php file core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php
UpdateEnableProviderDatabaseDriverTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php The theme to install as the default for testing.
UpdateEnableProviderDatabaseDriverTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php Set database dump files to be used.
UpdateEnableProviderDatabaseDriverTest::testPostUpdateEnableProviderDatabaseDriverHook function core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php Tests that post update hooks are properly run.
UpdateException class core/lib/Drupal/Core/Utility/UpdateException.php Exception class used to throw error if a module update fails.
UpdateException.php file core/lib/Drupal/Core/Utility/UpdateException.php
UpdateFeedItemTest class core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php Update feed items from a feed.
UpdateFeedItemTest.php file core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php
UpdateFeedItemTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php The theme to install as the default for testing.
UpdateFeedItemTest::testUpdateFeedItem function core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTest class core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php Update feed test.
UpdateFeedTest.php file core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php
UpdateFeedTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php The theme to install as the default for testing.
UpdateFeedTest::testUpdateFeed function core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php Creates a feed and attempts to update it.
UpdateFetcher class core/modules/update/src/UpdateFetcher.php Fetches project information from remote locations.
UpdateFetcher.php file core/modules/update/src/UpdateFetcher.php
UpdateFetcher::$fetchUrl property core/modules/update/src/UpdateFetcher.php The fetch URL configured in the update settings.
UpdateFetcher::$httpClient property core/modules/update/src/UpdateFetcher.php The HTTP client to fetch the feed data with.
UpdateFetcher::$updateSettings property core/modules/update/src/UpdateFetcher.php The update settings.
UpdateFetcher::$withHttpFallback property core/modules/update/src/UpdateFetcher.php Whether to use HTTP fallback if HTTPS fails.
UpdateFetcher::buildFetchUrl function core/modules/update/src/UpdateFetcher.php Generates the URL to fetch information about project updates.
UpdateFetcher::doRequest function core/modules/update/src/UpdateFetcher.php Applies a GET request with a possible HTTP fallback.
UpdateFetcher::fetchProjectData function core/modules/update/src/UpdateFetcher.php Retrieves the project information.
UpdateFetcher::getFetchBaseUrl function core/modules/update/src/UpdateFetcher.php Returns the base of the URL to fetch available update data for a project.
UpdateFetcher::UPDATE_DEFAULT_URL constant core/modules/update/src/UpdateFetcher.php URL to check for updates, if a given project doesn't define its own.
UpdateFetcher::__construct function core/modules/update/src/UpdateFetcher.php Constructs an UpdateFetcher.
UpdateFetcherInterface interface core/modules/update/src/UpdateFetcherInterface.php Fetches project information from remote locations.
UpdateFetcherInterface.php file core/modules/update/src/UpdateFetcherInterface.php
UpdateFetcherInterface::buildFetchUrl function core/modules/update/src/UpdateFetcherInterface.php Generates the URL to fetch information about project updates.
UpdateFetcherInterface::fetchProjectData function core/modules/update/src/UpdateFetcherInterface.php Retrieves the project information.
UpdateFetcherInterface::FETCH_PENDING constant core/modules/update/src/UpdateFetcherInterface.php We need to (re)fetch available update data for this project.
UpdateFetcherInterface::getFetchBaseUrl function core/modules/update/src/UpdateFetcherInterface.php Returns the base of the URL to fetch available update data for a project.
UpdateFetcherInterface::NOT_CHECKED constant core/modules/update/src/UpdateFetcherInterface.php Project's status cannot be checked.
UpdateFetcherInterface::NOT_FETCHED constant core/modules/update/src/UpdateFetcherInterface.php There was a failure fetching available update data for this project.
UpdateFetcherInterface::UNKNOWN constant core/modules/update/src/UpdateFetcherInterface.php No available update data was found for project.
UpdateFetcherTest class core/modules/update/tests/src/Unit/UpdateFetcherTest.php Tests update functionality unrelated to the database.
UpdateFetcherTest.php file core/modules/update/tests/src/Unit/UpdateFetcherTest.php
UpdateFetcherTest::$history property core/modules/update/tests/src/Unit/UpdateFetcherTest.php History of requests/responses.
UpdateFetcherTest::$logMessages property core/modules/update/tests/src/Unit/UpdateFetcherTest.php
UpdateFetcherTest::$mockConfigFactory property core/modules/update/tests/src/Unit/UpdateFetcherTest.php Mock config factory.
UpdateFetcherTest::$mockHttpClient property core/modules/update/tests/src/Unit/UpdateFetcherTest.php Mock HTTP client.
UpdateFetcherTest::$testProject property core/modules/update/tests/src/Unit/UpdateFetcherTest.php A test project to fetch with.
UpdateFetcherTest::$updateFetcher property core/modules/update/tests/src/Unit/UpdateFetcherTest.php The update fetcher to use.
UpdateFetcherTest::log function core/modules/update/tests/src/Unit/UpdateFetcherTest.php
UpdateFetcherTest::mockClient function core/modules/update/tests/src/Unit/UpdateFetcherTest.php Mocks the HTTP client.

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