public function RestClientInterface::queryAll in Salesforce Suite 8.3
Same name and namespace in other branches
- 8.4 src/Rest/RestClientInterface.php \Drupal\salesforce\Rest\RestClientInterface::queryAll()
- 5.0.x src/Rest/RestClientInterface.php \Drupal\salesforce\Rest\RestClientInterface::queryAll()
Same as ::query(), but also returns deleted or archived records.
Parameters
\Drupal\salesforce\SelectQueryInterface $query: The constructed SOQL query.
Return value
\Drupal\salesforce\SelectQueryResult The query result.
1 method overrides RestClientInterface::queryAll()
- RestClient::queryAll in src/
Rest/ RestClient.php - Same as ::query(), but also returns deleted or archived records.
File
- src/
Rest/ RestClientInterface.php, line 415
Class
- RestClientInterface
- Objects, properties, and methods to communicate with the Salesforce REST API.
Namespace
Drupal\salesforce\RestCode
public function queryAll(SelectQueryInterface $query);