You are here

public function SalesforceCommands::interactDescribeObject in Salesforce Suite 8.4

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

Wrap ::interactObject for describe-object.

@hook interact salesforce:describe-object

File

src/Commands/SalesforceCommands.php, line 113

Class

SalesforceCommands
A Drush commandfile.

Namespace

Drupal\salesforce\Commands

Code

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