You are here

public function TestBynderApi::getAssetBankManager in Bynder 4.0.x

Gets an instance of the asset bank manager to use for DAM queries.

Return value

\Bynder\Api\Impl\AssetBankManager An instance of the asset bank manager using the request handler.

Overrides BynderApi::getAssetBankManager

File

tests/src/Unit/BynderApiUnitTest.php, line 95

Class

TestBynderApi
Test Bynder implementation to mock getAssetBankManager().

Namespace

Drupal\Tests\bynder\Unit

Code

public function getAssetBankManager() {

  // @todo Support updating the token.
  throw new \Exception();
}