public function BynderApi::setBynderConfiguration in Bynder 8
Same name and namespace in other branches
- 8.3 src/BynderApi.php \Drupal\bynder\BynderApi::setBynderConfiguration()
- 8.2 src/BynderApi.php \Drupal\bynder\BynderApi::setBynderConfiguration()
- 4.0.x src/BynderApi.php \Drupal\bynder\BynderApi::setBynderConfiguration()
Sets the Bynder configuration.
Parameters
array $config: Array with keys consumer_key, consumer_secret, token, token_secret and account_domain.
Return value
bool
Overrides BynderApiInterface::setBynderConfiguration
File
- src/
BynderApi.php, line 302
Class
- BynderApi
- Bynder API service.
Namespace
Drupal\bynderCode
public function setBynderConfiguration(array $config) {
$this->bynderConfig = $config;
}