You are here

public function SalesforceCommands::interactQueryObject in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 8.3 src/Commands/SalesforceCommands.php \Drupal\salesforce\Commands\SalesforceCommands::interactQueryObject()
  2. 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\Commands

Code

public function interactQueryObject(Input $input, Output $output) {
  return $this
    ->interactObject($input, $output, 'Enter the object to be queried');
}