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