You are here

public function SalesforcePushCommands::interactPushQueue in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 modules/salesforce_push/src/Commands/SalesforcePushCommands.php \Drupal\salesforce_push\Commands\SalesforcePushCommands::interactPushQueue()
  2. 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 66

Class

SalesforcePushCommands
A Drush commandfile.

Namespace

Drupal\salesforce_push\Commands

Code

public function interactPushQueue(Input $input, Output $output) {
  return $this
    ->interactPushMappings($input, $output, 'Choose a Salesforce mapping', 'Push All');
}