public function SalesforcePullCommands::interactPullQuery in Salesforce Suite 8.4
Same name and namespace in other branches
- 8.3 modules/salesforce_pull/src/Commands/SalesforcePullCommands.php \Drupal\salesforce_pull\Commands\SalesforcePullCommands::interactPullQuery()
- 5.0.x modules/salesforce_pull/src/Commands/SalesforcePullCommands.php \Drupal\salesforce_pull\Commands\SalesforcePullCommands::interactPullQuery()
Fetch a pull mapping interactively.
@hook interact salesforce_pull:pull-query
File
- modules/
salesforce_pull/ src/ Commands/ SalesforcePullCommands.php, line 75
Class
- SalesforcePullCommands
- A Drush commandfile.
Namespace
Drupal\salesforce_pull\CommandsCode
public function interactPullQuery(Input $input, Output $output) {
return $this
->interactPullMappings($input, $output, $message = 'Choose a Salesforce mapping', 'Pull All');
}