public function SalesforceCommands::interactQueryObject in Salesforce Suite 8.4
Same name and namespace in other branches
- 8.3 src/Commands/SalesforceCommands.php \Drupal\salesforce\Commands\SalesforceCommands::interactQueryObject()
- 5.0.x src/Commands/SalesforceCommands.php \Drupal\salesforce\Commands\SalesforceCommands::interactQueryObject()
Wrap ::interactObject() for query-object.
@hook interact salesforce:query-object
File
- src/
Commands/ SalesforceCommands.php, line 587
Class
- SalesforceCommands
- A Drush commandfile.
Namespace
Drupal\salesforce\CommandsCode
public function interactQueryObject(Input $input, Output $output) {
return $this
->interactObject($input, $output, 'Enter the object to be queried');
}