public function BynderApi::getIntegrationId in Bynder 8.3
Same name and namespace in other branches
- 8 src/BynderApi.php \Drupal\bynder\BynderApi::getIntegrationId()
- 8.2 src/BynderApi.php \Drupal\bynder\BynderApi::getIntegrationId()
- 4.0.x 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 402
Class
- BynderApi
- Bynder API service.
Namespace
Drupal\bynderCode
public function getIntegrationId() {
return self::BYNDER_INTEGRATION_ID;
}