You are here

protected property BynderApi::$bynderConfig in Bynder 4.0.x

Same name and namespace in other branches
  1. 8.3 src/BynderApi.php \Drupal\bynder\BynderApi::bynderConfig
  2. 8 src/BynderApi.php \Drupal\bynder\BynderApi::bynderConfig
  3. 8.2 src/BynderApi.php \Drupal\bynder\BynderApi::bynderConfig

Bynder configuration.

Contains array with keys consumer_key, consumer_secret, token, token_secret and account_domain.

Type: array

File

src/BynderApi.php, line 85

Class

BynderApi
Bynder API service.

Namespace

Drupal\bynder

Code

protected $bynderConfig;