public function BynderApiInterface::setBynderConfiguration in Bynder 8
Same name and namespace in other branches
- 8.3 src/BynderApiInterface.php \Drupal\bynder\BynderApiInterface::setBynderConfiguration()
- 8.2 src/BynderApiInterface.php \Drupal\bynder\BynderApiInterface::setBynderConfiguration()
- 4.0.x 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 72
Class
- BynderApiInterface
- Provides Drupal 8 Bynder API.
Namespace
Drupal\bynderCode
public function setBynderConfiguration(array $config);