You are here

public function SalesforcePullCommands::interactPullReset in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 8.3 modules/salesforce_pull/src/Commands/SalesforcePullCommands.php \Drupal\salesforce_pull\Commands\SalesforcePullCommands::interactPullReset()
  2. 5.0.x modules/salesforce_pull/src/Commands/SalesforcePullCommands.php \Drupal\salesforce_pull\Commands\SalesforcePullCommands::interactPullReset()

Fetch a pull mapping interactively.

@hook interact salesforce_pull:pull-reset

File

modules/salesforce_pull/src/Commands/SalesforcePullCommands.php, line 102

Class

SalesforcePullCommands
A Drush commandfile.

Namespace

Drupal\salesforce_pull\Commands

Code

public function interactPullReset(Input $input, Output $output) {
  return $this
    ->interactPullMappings($input, $output, $message = 'Choose a Salesforce mapping', 'Reset All');
}