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
- Search 11.x for fetch
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StatementInterface::fetchCol | function | core/ |
Returns an entire single column of a result set as an indexed array. |
| StatementInterface::fetchField | function | core/ |
Returns a single column value from the next record of a result set. |
| StatementInterface::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
| StatementInterface::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
| StatementIteratorTrait::markResultsetFetchingComplete | function | core/ |
Informs the iterator that no more rows can be fetched from the resultset. |
| StatementPrefetchIterator | class | core/ |
An implementation of StatementInterface that prefetches all data. |
| StatementPrefetchIterator.php | file | core/ |
|
| StatementPrefetchIterator::execute | function | core/ |
|
| StatementPrefetchIterator::getClientStatement | function | core/ |
Returns the client-level database PDO statement object. |
| StatementPrefetchIterator::getStatement | function | core/ |
Grab a PDOStatement object from a given query and its arguments. |
| StatementPrefetchIterator::__construct | function | core/ |
Constructs a StatementPrefetchIterator object. |
| StatementTest::testIteratedStatementFetch | function | core/ |
Tests statement fetching after a full traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAll | function | core/ |
Tests statement fetchAll after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAllAssoc | function | core/ |
Tests statement fetchAllAssoc after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAllKeyed | function | core/ |
Tests statement fetchAllKeyed after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchCol | function | core/ |
Tests statement fetchCol after a partial traversal. |
| StaticFileCacheBackend::fetch | function | core/ |
|
| system-security-advisories-fetch-error-message.html.twig | file | core/ |
Theme override for the message when fetching security advisories fails. |
| system-security-advisories-fetch-error-message.html.twig | file | core/ |
Default theme implementation for the message when fetching security advisories fails. |
| system.sa_fetcher | service | core/ |
Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher |
| SystemAdminThemePreprocess::preprocessSystemSecurityAdvisoriesFetchErrorMessage | function | core/ |
Prepares variables for security advisories fetch error message templates. |
| update-fetch-error-message.html.twig | file | core/ |
Default theme implementation for the message when fetching data fails. |
| update-fetch-error-message.html.twig | file | core/ |
Default theme implementation for the message when fetching data fails. |
| update.fetch.inc | file | core/ |
|
| update.fetcher | service | core/ |
Drupal\update\UpdateFetcher |
| UpdateContribTest::testUpdateBrokenFetchURL | function | core/ |
Makes sure that if we fetch from a broken URL, sane things happen. |
| 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. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.