You are here

service salesforce_mapping.commands in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 modules/salesforce_mapping/drush.services.yml \salesforce_mapping.commands
  2. 5.0.x modules/salesforce_mapping/drush.services.yml \salesforce_mapping.commands

Class

\Drupal\salesforce_mapping\Commands\SalesforceMappingCommands

Tags

  • drush.command

File

modules/salesforce_mapping/drush.services.yml
modules/salesforce_mapping/drush.services.yml

View source
  1. class: \Drupal\salesforce_mapping\Commands\SalesforceMappingCommands
  2. arguments:
  3. - '@salesforce.client'
  4. - '@entity_type.manager'
  5. - '@config.factory'
  6. - '@database'
  7. tags:
  8. - { name: drush.command }