Search for fetchAll
- Search 7.x for fetchAll
- Search 8.9.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 an 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. |
StatementWrapper::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
StatementWrapper::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
StatementWrapper::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
StatisticsStorageInterface::fetchAll | function | core/ |
Returns the number of times an entity has been viewed. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.