You are here

protected property SalesforceCommandsBase::$client in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 src/Commands/SalesforceCommandsBase.php \Drupal\salesforce\Commands\SalesforceCommandsBase::client
  2. 8.3 src/Commands/SalesforceCommandsBase.php \Drupal\salesforce\Commands\SalesforceCommandsBase::client

The Salesforce client.

Type: \Drupal\salesforce\Rest\RestClient

File

src/Commands/SalesforceCommandsBase.php, line 25

Class

SalesforceCommandsBase
Shared command base for Salesforce Drush commands.

Namespace

Drupal\salesforce\Commands

Code

protected $client;