You are here

public function SalesforceCommands::interactDescribeRecordTypes in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 8.3 src/Commands/SalesforceCommands.php \Drupal\salesforce\Commands\SalesforceCommands::interactDescribeRecordTypes()
  2. 5.0.x src/Commands/SalesforceCommands.php \Drupal\salesforce\Commands\SalesforceCommands::interactDescribeRecordTypes()

Wrap ::interactObject for describe-record-types.

@hook interact salesforce:describe-record-types

File

src/Commands/SalesforceCommands.php, line 140

Class

SalesforceCommands
A Drush commandfile.

Namespace

Drupal\salesforce\Commands

Code

public function interactDescribeRecordTypes(Input $input, Output $output) {
  return $this
    ->interactObject($input, $output);
}