public function SalesforcePushCommands::interactPushQueue in Salesforce Suite 8.4
Same name and namespace in other branches
- 8.3 modules/salesforce_push/src/Commands/SalesforcePushCommands.php \Drupal\salesforce_push\Commands\SalesforcePushCommands::interactPushQueue()
- 5.0.x modules/salesforce_push/src/Commands/SalesforcePushCommands.php \Drupal\salesforce_push\Commands\SalesforcePushCommands::interactPushQueue()
Collect a mapping interactively.
@hook interact salesforce_push:push-queue
File
- modules/
salesforce_push/ src/ Commands/ SalesforcePushCommands.php, line 73
Class
- SalesforcePushCommands
- A Drush commandfile.
Namespace
Drupal\salesforce_push\CommandsCode
public function interactPushQueue(Input $input, Output $output) {
return $this
->interactPushMappings($input, $output, 'Choose a Salesforce mapping', 'Push All');
}