You are here

public function BynderApi::getIntegrationId in Bynder 4.0.x

Same name and namespace in other branches
  1. 8.3 src/BynderApi.php \Drupal\bynder\BynderApi::getIntegrationId()
  2. 8 src/BynderApi.php \Drupal\bynder\BynderApi::getIntegrationId()
  3. 8.2 src/BynderApi.php \Drupal\bynder\BynderApi::getIntegrationId()
1 method overrides BynderApi::getIntegrationId()
BynderApiTest::getIntegrationId in tests/modules/bynder_test_module/src/BynderApiTest.php

File

src/BynderApi.php, line 407

Class

BynderApi
Bynder API service.

Namespace

Drupal\bynder

Code

public function getIntegrationId() {
  return self::BYNDER_INTEGRATION_ID;
}