Search for fetch
- Search 7.x for fetch
- Search 9.5.x for fetch
- Search 8.9.x for fetch
- Search 10.3.x for fetch
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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 |
UpdateFetcherTest::testUpdateFetcherNoFallback | function | core/ |
@covers ::doRequest @covers ::fetchProjectData |
UpdateManager::fetchDataBatch | function | core/ |
|
UpdateManagerInterface::fetchDataBatch | function | core/ |
Processes a step in batch for fetching available update data. |
UpdateMiscTest::testFetchTasks | function | core/ |
Tests that exactly one fetch task per project is created and not more. |
UpdateProcessor::$fetchQueue | property | core/ |
The update fetch queue. |
UpdateProcessor::$fetchTasks | property | core/ |
The queue for fetching release history data. |
UpdateProcessor::$fetchTaskStore | property | core/ |
Update Fetch Task Store. |
UpdateProcessor::$updateFetcher | property | core/ |
The UpdateFetcher service. |
UpdateProcessor::createFetchTask | function | core/ |
|
UpdateProcessor::fetchData | function | core/ |
|
UpdateProcessor::processFetchTask | function | core/ |
|
UpdateProcessorInterface::createFetchTask | function | core/ |
Adds a task to the queue for fetching release history data for a project. |
UpdateProcessorInterface::fetchData | function | core/ |
Attempts to drain the queue of tasks for release history data to fetch. |
UpdateProcessorInterface::processFetchTask | function | core/ |
Processes a task to fetch available update data for a single project. |
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageNoDblog | function | core/ |
Tests the error message when failing to fetch data without dblog installed. |
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog | function | core/ |
Tests the error message when failing to fetch data with dblog installed. |
UpdateSemverCoreTest::testFetchTasks | function | core/ |
Tests that exactly one fetch task per project is created and not more. |
UpdateSettingsDefaultFetchUrlUpdateTest | class | core/ |
Tests update of update.settings:fetch.url if it's still the default of "". |
UpdateSettingsDefaultFetchUrlUpdateTest.php | file | core/ |
|
UpdateSettingsDefaultFetchUrlUpdateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UpdateSettingsDefaultFetchUrlUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
UpdateSettingsDefaultFetchUrlUpdateTest::setUp | function | core/ |
|
UpdateSettingsDefaultFetchUrlUpdateTest::testUpdate | function | core/ |
Tests update of update.settings:fetch.url. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.