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