You are here

public function SalesforcePushCommands::interactPushUnmapped in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 8.3 modules/salesforce_push/src/Commands/SalesforcePushCommands.php \Drupal\salesforce_push\Commands\SalesforcePushCommands::interactPushUnmapped()
  2. 5.0.x modules/salesforce_push/src/Commands/SalesforcePushCommands.php \Drupal\salesforce_push\Commands\SalesforcePushCommands::interactPushUnmapped()

Collect a mapping interactively.

@hook interact salesforce_push:push-unmapped

File

modules/salesforce_push/src/Commands/SalesforcePushCommands.php, line 82

Class

SalesforcePushCommands
A Drush commandfile.

Namespace

Drupal\salesforce_push\Commands

Code

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