public function BynderApiTest::getIntegrationId in Bynder 8
Same name and namespace in other branches
- 8.3 tests/modules/bynder_test_module/src/BynderApiTest.php \Drupal\bynder_test_module\BynderApiTest::getIntegrationId()
- 8.2 tests/modules/bynder_test_module/src/BynderApiTest.php \Drupal\bynder_test_module\BynderApiTest::getIntegrationId()
- 4.0.x tests/modules/bynder_test_module/src/BynderApiTest.php \Drupal\bynder_test_module\BynderApiTest::getIntegrationId()
Overrides BynderApi::getIntegrationId
2 calls to BynderApiTest::getIntegrationId()
- BynderApiTest::addAssetUsage in tests/
modules/ bynder_test_module/ src/ BynderApiTest.php - Sets values in state.
- BynderApiTest::removeAssetUsage in tests/
modules/ bynder_test_module/ src/ BynderApiTest.php - Sets values in state.
File
- tests/
modules/ bynder_test_module/ src/ BynderApiTest.php, line 22
Class
- BynderApiTest
- Bynder API test service.
Namespace
Drupal\bynder_test_moduleCode
public function getIntegrationId() {
return self::BYNDER_INTEGRATION_ID;
}