Search for update
- Search 7.x for update
- Search 9.5.x for update
- Search 8.9.x for update
- Search 11.x for update
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Update | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Update. |
Update | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
General class for an abstracted UPDATE operation. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
UpdateController::__construct | function | core/ |
Constructs update status data. |
UpdateDeleteFileIfStaleTest | class | core/ |
Tests the update_delete_file_if_stale() function. |
UpdateDeleteFileIfStaleTest.php | file | core/ |
|
UpdateDeleteFileIfStaleTest::$modules | property | core/ |
Modules to install. |
UpdateDeleteFileIfStaleTest::testUpdateDeleteFileIfStale | function | core/ |
Tests the deletion of stale files. |
UpdateDescriptionConfigurationPostUpdate | class | core/ |
@covers system_post_update_add_description_to_entity_view_mode @covers system_post_update_add_description_to_entity_form_mode |
UpdateDescriptionConfigurationPostUpdate.php | file | core/ |
|
UpdateDescriptionConfigurationPostUpdate::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UpdateDescriptionConfigurationPostUpdate::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
UpdateDescriptionConfigurationPostUpdate::testUpdateDescriptionConfigurationPostUpdate | function | core/ |
Ensure that an empty string is added as a default value for description. |
UpdateDescriptionTest | class | core/ |
Tests for update descriptions. |
UpdateDescriptionTest.php | file | core/ |
|
UpdateDescriptionTest::$modules | property | core/ |
Modules to install. |
UpdateDescriptionTest::testUpdateGetUpdateList | function | core/ |
Tests the list of pending database updates. |
UpdateException | class | core/ |
Exception class used to throw error if a module update fails. |
UpdateException.php | file | core/ |
|
UpdateFetcher | class | core/ |
Fetches project information from remote locations. |
UpdateFetcher.php | file | core/ |
|
UpdateFetcher::$fetchUrl | property | core/ |
The fetch URL configured in the update settings. |
UpdateFetcher::$httpClient | property | core/ |
The HTTP client to fetch the feed data with. |
UpdateFetcher::$updateSettings | property | core/ |
The update settings. |
UpdateFetcher::$withHttpFallback | property | core/ |
Whether to use HTTP fallback if HTTPS fails. |
UpdateFetcher::buildFetchUrl | function | core/ |
|
UpdateFetcher::doRequest | function | core/ |
Applies a GET request with a possible HTTP fallback. |
UpdateFetcher::fetchProjectData | function | core/ |
|
UpdateFetcher::getFetchBaseUrl | function | core/ |
|
UpdateFetcher::UPDATE_DEFAULT_URL | constant | core/ |
URL to check for updates, if a given project doesn't define its own. |
UpdateFetcher::__construct | function | core/ |
Constructs an UpdateFetcher. |
UpdateFetcherInterface | interface | core/ |
Fetches project information from remote locations. |
UpdateFetcherInterface.php | file | core/ |
|
UpdateFetcherInterface::buildFetchUrl | function | core/ |
Generates the URL to fetch information about project updates. |
UpdateFetcherInterface::fetchProjectData | function | core/ |
Retrieves the project information. |
UpdateFetcherInterface::FETCH_PENDING | constant | core/ |
We need to (re)fetch available update data for this project. |
UpdateFetcherInterface::getFetchBaseUrl | function | core/ |
Returns the base of the URL to fetch available update data for a project. |
UpdateFetcherInterface::NOT_CHECKED | constant | core/ |
Project's status cannot be checked. |
UpdateFetcherInterface::NOT_FETCHED | constant | core/ |
There was a failure fetching available update data for this project. |
UpdateFetcherInterface::UNKNOWN | constant | core/ |
No available update data was found for project. |
UpdateFetcherTest | class | core/ |
Tests update functionality unrelated to the database. |
UpdateFetcherTest.php | file | core/ |
|
UpdateFetcherTest::$history | property | core/ |
History of requests/responses. |
UpdateFetcherTest::$logger | property | core/ |
The logger. |
UpdateFetcherTest::$mockConfigFactory | property | core/ |
Mock config factory. |
UpdateFetcherTest::$mockHttpClient | property | core/ |
Mock HTTP client. |
UpdateFetcherTest::$testProject | property | core/ |
A test project to fetch with. |
UpdateFetcherTest::$updateFetcher | property | core/ |
The update fetcher to use. |
UpdateFetcherTest::mockClient | function | core/ |
Mocks the HTTP client. |
UpdateFetcherTest::providerTestUpdateBuildFetchUrl | function | core/ |
Provide test data for self::testUpdateBuildFetchUrl(). |
UpdateFetcherTest::setUp | function | core/ |
|
UpdateFetcherTest::testUpdateBuildFetchUrl | function | core/ |
Tests that buildFetchUrl() builds the URL correctly. |
UpdateFetcherTest::testUpdateFetcherHttpFallback | function | core/ |
@covers ::doRequest @covers ::fetchProjectData |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.