Search for fetch
- Search 7.x for fetch
- Search 9.5.x for fetch
- Search 10.3.x for fetch
- Search 11.x for fetch
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
StatisticsStorageInterface::fetchView | function | core/ |
Returns the number of times a single entity has been viewed. |
StatisticsStorageInterface::fetchViews | function | core/ |
Returns the number of times entities have been viewed. |
TestFetcher | class | core/ |
Defines a test fetcher implementation. |
TestFetcher.php | file | core/ |
|
TestFetcher::fetch | function | core/ |
Downloads feed data. |
update.fetch.inc | file | core/ |
Code required only when fetching information about available updates. |
update.fetcher | service | core/ |
Drupal\update\UpdateFetcher |
UpdateContribTest::testUpdateBrokenFetchURL | function | core/ |
Makes sure that if we fetch from a broken URL, sane things happen. |
UpdateCoreTest::testFetchTasks | function | core/ |
Tests that exactly one fetch task per project is created and not more. |
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::buildFetchUrl | function | core/ |
Generates the URL to fetch information about project updates. |
UpdateFetcher::fetchProjectData | function | core/ |
Retrieves the project information. |
UpdateFetcher::getFetchBaseUrl | function | core/ |
Returns the base of the URL to fetch available update data for a project. |
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 a 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::$updateFetcher | property | core/ |
The update fetcher to use. |
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. |
UpdateManager::fetchDataBatch | function | core/ |
Processes a step in batch for fetching available update data. |
UpdateManagerInterface::fetchDataBatch | function | core/ |
Processes a step in batch for fetching available update data. |
UpdateProcessor::$fetchQueue | property | core/ |
The update fetch queue. |
UpdateProcessor::$fetchTaskStore | property | core/ |
Update Fetch Task Store |
UpdateProcessor::$updateFetcher | property | core/ |
The UpdateFetcher service. |
UpdateProcessor::createFetchTask | function | core/ |
Adds a task to the queue for fetching release history data for a project. |
UpdateProcessor::fetchData | function | core/ |
Attempts to drain the queue of tasks for release history data to fetch. |
UpdateProcessor::processFetchTask | function | core/ |
Processes a task to fetch available update data for a single project. |
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. |
update_create_fetch_task | function | core/ |
Adds a task to the queue for fetching release history data for a project. |
update_fetch_data | function | core/ |
Attempts to fetch update data after loading the necessary include file. |
update_fetch_data_finished | function | core/ |
Batch callback: Performs actions when all fetch tasks have been completed. |
UPDATE_FETCH_PENDING | constant | core/ |
We need to (re)fetch available update data for this project. |
UPDATE_NOT_FETCHED | constant | core/ |
There was a failure fetching available update data for this project. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.