public function MongoDbEntityLoader::fetchAllAssoc in MongoDB 7
Fetch the query results.
Return value
array The result documents.
File
- mongodb_field_storage/
mongodb_field_storage.module, line 636 - Implementation of the field storage API for MongoDB.
Class
Code
public function fetchAllAssoc() {
return $this->result;
}