You are here

public function SalesforceCommands::interactDescribeMetadata in Salesforce Suite 8.4

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

Wrap ::interactObject for describe-metadata.

@hook interact salesforce:describe-metadata

File

src/Commands/SalesforceCommands.php, line 131

Class

SalesforceCommands
A Drush commandfile.

Namespace

Drupal\salesforce\Commands

Code

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