Search for FetchAll
- Search 7.x for FetchAll
 - Search 9.5.x for FetchAll
 - Search 10.3.x for FetchAll
 - Search 11.x for FetchAll
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| EmptyStatementTest::testEmptyFetchAll | function | core/ | 
                                                                                        Tests that the empty result set mass-fetches in an expected way. | 
| FetchTest::testQueryFetchAllColumn | function | core/ | 
                                                                                        Confirms that we can fetch all records into an array explicitly. | 
| NodeStatisticsDatabaseStorage::fetchAll | function | core/ | 
                                                                                        Returns the number of times a entity has been viewed. | 
| Statement::fetchAll | function | core/ | 
                                                                                        Returns an array containing all of the result set rows. | 
| Statement::fetchAllAssoc | function | core/ | 
                                                                                        Returns the result set as an associative array keyed by the given field. | 
| Statement::fetchAllKeyed | function | core/ | 
                                                                                        Returns the entire result set as a single associative array. | 
| StatementEmpty::fetchAll | function | core/ | 
                                                                                        Returns an array containing all of the result set rows. | 
| StatementEmpty::fetchAllAssoc | function | core/ | 
                                                                                        Returns the result set as an associative array keyed by the given field. | 
| StatementEmpty::fetchAllKeyed | function | core/ | 
                                                                                        Returns the entire result set as a single associative array. | 
| StatementInterface::fetchAll | function | core/ | 
                                                                                        Returns an array containing all of the result set rows. | 
| StatementInterface::fetchAllAssoc | function | core/ | 
                                                                                        Returns the result set as an associative array keyed by the given field. | 
| StatementInterface::fetchAllKeyed | function | core/ | 
                                                                                        Returns the entire result set as a single associative array. | 
| StatementPrefetch::fetchAll | function | core/ | 
                                                                                        Returns an array containing all of the result set rows. | 
| StatementPrefetch::fetchAllAssoc | function | core/ | 
                                                                                        Returns the result set as an associative array keyed by the given field. | 
| StatementPrefetch::fetchAllKeyed | function | core/ | 
                                                                                        Returns the entire result set as a single associative array. | 
| StatisticsStorageInterface::fetchAll | function | core/ | 
                                                                                        Returns the number of times a entity has been viewed. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.