You are here

public function BynderApiInterface::setBynderConfiguration in Bynder 4.0.x

Same name and namespace in other branches
  1. 8.3 src/BynderApiInterface.php \Drupal\bynder\BynderApiInterface::setBynderConfiguration()
  2. 8 src/BynderApiInterface.php \Drupal\bynder\BynderApiInterface::setBynderConfiguration()
  3. 8.2 src/BynderApiInterface.php \Drupal\bynder\BynderApiInterface::setBynderConfiguration()

Sets the Bynder configuration.

Parameters

array $config: Array with keys consumer_key, consumer_secret, token, token_secret and account_domain.

Return value

bool

1 method overrides BynderApiInterface::setBynderConfiguration()
BynderApi::setBynderConfiguration in src/BynderApi.php
Sets the Bynder configuration.

File

src/BynderApiInterface.php, line 70

Class

BynderApiInterface
Provides Drupal 8 Bynder API.

Namespace

Drupal\bynder

Code

public function setBynderConfiguration(array $config);