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 |
|---|---|---|---|
| FetchModeTrait::assocToNum | function | core/ |
Converts a row of data in associative format to list. |
| FetchModeTrait::assocToObj | function | core/ |
Converts a row of data in associative format to object. |
| FetchTest | class | core/ |
Tests the Database system's various fetch capabilities. |
| FetchTest.php | file | core/ |
|
| FetchTest::testQueryFetchAllAssoc | function | core/ |
Tests ::fetchAllAssoc(). |
| FetchTest::testQueryFetchAllColumn | function | core/ |
Confirms that we can fetch all records into an array explicitly. |
| FetchTest::testQueryFetchArray | function | core/ |
Confirms that we can fetch a record to an associative array explicitly. |
| FetchTest::testQueryFetchClass | function | core/ |
Confirms that we can fetch a record into a new instance of a custom class. |
| FetchTest::testQueryFetchCol | function | core/ |
Confirms that we can fetch an entire column of a result set at once. |
| FetchTest::testQueryFetchColEdgeCases | function | core/ |
Tests ::fetchCol() for edge values returned. |
| FetchTest::testQueryFetchColIndexOutOfRange | function | core/ |
Confirms that an out of range index in fetchCol() throws an error. |
| FetchTest::testQueryFetchColIndexOutOfRangeOnEmptyResultSet | function | core/ |
Confirms empty result set prevails on out of range index in fetchCol(). |
| FetchTest::testQueryFetchColumn | function | core/ |
Confirms that we can fetch a single column value. |
| FetchTest::testQueryFetchColumnOutOfRange | function | core/ |
Confirms that an out of range index throws an error. |
| FetchTest::testQueryFetchDefault | function | core/ |
Confirms that we can fetch a record properly in default object mode. |
| FetchTest::testQueryFetchField | function | core/ |
Tests ::fetchField(). |
| FetchTest::testQueryFetchFieldEdgeCases | function | core/ |
Tests ::fetchField() for edge values returned. |
| FetchTest::testQueryFetchFieldIndexOutOfRange | function | core/ |
Confirms that an out of range index in fetchField() throws an error. |
| FetchTest::testQueryFetchFieldIndexOutOfRangeOnEmptyResultSet | function | core/ |
Confirms empty result set prevails on out of range index in fetchField(). |
| FetchTest::testQueryFetchNum | function | core/ |
Confirms that we can fetch a record into an indexed array explicitly. |
| FetchTest::testQueryFetchObject | function | core/ |
Confirms that we can fetch a record to an object explicitly. |
| FetchTest::testQueryFetchObjectClass | function | core/ |
Confirms that we can fetch a record into a class using fetchObject. |
| FetchTest::testQueryFetchObjectClassNoConstructorArgs | function | core/ |
Confirms that we can fetch a record into a class without constructor args. |
| FetchTest::testRowCount | function | core/ |
Tests that rowCount() throws exception on SELECT query. |
| FileCacheBackendInterface::fetch | function | core/ |
Fetches data from the cache backend. |
| locale.fetch.inc | file | core/ |
|
| locale_translation_batch_fetch_build | function | core/ |
Builds a batch to download and import project translations. |
| locale_translation_batch_fetch_download | function | core/ |
Implements callback_batch_operation(). |
| locale_translation_batch_fetch_finished | function | core/ |
Implements callback_batch_finished(). |
| locale_translation_batch_fetch_import | function | core/ |
Implements callback_batch_operation(). |
| media.oembed.resource_fetcher | service | core/ |
Drupal\media\OEmbed\ResourceFetcher |
| ModuleTest::testViewsFetchPluginNames | function | core/ |
Tests the \Drupal\views\Views::fetchPluginNames() method. |
| OEmbed::$resourceFetcher | property | core/ |
The oEmbed resource fetcher service. |
| OEmbedForm::$resourceFetcher | property | core/ |
The oEmbed resource fetcher service. |
| OEmbedFormatter::$resourceFetcher | property | core/ |
The oEmbed resource fetcher. |
| OEmbedIframeController::$resourceFetcher | property | core/ |
The oEmbed resource fetcher service. |
| OEmbedResourceConstraintValidator::$resourceFetcher | property | core/ |
The resource fetcher service. |
| PackageManagerUpdateProcessor::processFetchTask | function | core/ |
Processes a task to fetch available update data for a single project. |
| PageCache::fetch | function | core/ |
Fetches a response from the backend and stores it in the cache. |
| PdoResult::fetch | function | core/ |
Fetches the next row. |
| PdoResult::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
| PdoResult::setFetchMode | function | core/ |
Sets the default fetch mode for this result set. |
| PdoTrait::$fetchModeLiterals | property | core/ |
Map FETCH_* modes to their literal for inclusion in messages. |
| PdoTrait::clientFetch | function | core/ |
Fetches the next row from the PDO statement. |
| PdoTrait::clientFetchAll | function | core/ |
Returns an array containing all of the result set rows. |
| PdoTrait::clientFetchColumn | function | core/ |
Returns a single column from the next row of a result set. |
| PdoTrait::clientFetchObject | function | core/ |
Fetches the next row and returns it as an object. |
| PdoTrait::clientSetFetchMode | function | core/ |
Sets the default fetch mode for the PDO statement. |
| PdoTrait::fetchAsToPdo | function | core/ |
Converts a FetchAs mode to a \PDO::FETCH_* constant value. |
| PdoTrait::pdoToFetchAs | function | core/ |
Converts a \PDO::FETCH_* constant value to a FetchAs mode. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.