Search for fetch
Title | Object type | File name | Summary |
---|---|---|---|
FetchModeTrait | trait | core/ |
Provide helper methods for statement fetching. |
FetchModeTrait.php | file | core/ |
|
FetchModeTrait::$fetchModeLiterals | property | core/ |
Map FETCH_* modes to their literal for inclusion in messages. |
FetchModeTrait::$supportedFetchModes | property | core/ |
The fetch modes supported. |
FetchModeTrait::assocIntoObject | function | core/ |
Fills an object with data from a FETCH_ASSOC row. |
FetchModeTrait::assocToBoth | function | core/ |
Converts a row of data in FETCH_ASSOC format to FETCH_BOTH. |
FetchModeTrait::assocToClass | function | core/ |
Converts a row of data in FETCH_ASSOC format to FETCH_CLASS. |
FetchModeTrait::assocToClassType | function | core/ |
Converts a row of data to FETCH_CLASS | FETCH_CLASSTYPE. |
FetchModeTrait::assocToColumn | function | core/ |
Converts a row of data in FETCH_ASSOC format to FETCH_COLUMN. |
FetchModeTrait::assocToNum | function | core/ |
Converts a row of data in FETCH_ASSOC format to FETCH_NUM. |
FetchModeTrait::assocToObj | function | core/ |
Converts a row of data in FETCH_ASSOC format to FETCH_OBJ. |
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::testQueryFetchBoth | function | core/ |
Confirms that we can fetch a record into a doubly-keyed array explicitly. |
FetchTest::testQueryFetchClass | function | core/ |
Confirms that we can fetch a record into a new instance of a custom class. |
FetchTest::testQueryFetchClasstype | 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::testQueryFetchDefault | function | core/ |
Confirms that we can fetch a record properly in default object mode. |
FetchTest::testQueryFetchField | function | core/ |
Tests ::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/ |
The API for download and import of translations from remote and local sources. |
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. |
NodeStatisticsDatabaseStorage::fetchAll | function | core/ |
|
NodeStatisticsDatabaseStorage::fetchView | function | core/ |
|
NodeStatisticsDatabaseStorage::fetchViews | function | core/ |
|
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. |
PageCache::fetch | function | core/ |
Fetches a response from the backend and stores it in the cache. |
ProviderRepositoryTest::testSuccessfulFetch | function | core/ |
Tests that a successful fetch stores the provider database in key-value. |
ResourceFetcher | class | core/ |
Fetches and caches oEmbed resources. |
ResourceFetcher.php | file | core/ |
|
ResourceFetcher::$cacheBackend | property | core/ |
The cache backend. |
ResourceFetcher::$httpClient | property | core/ |
The HTTP client. |
ResourceFetcher::$providers | property | core/ |
The oEmbed provider repository service. |
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.