You are here

function apigee_edge_test_app_keys_get_prefix in Apigee Edge 8

Returns the key and secret prefix used by this module.

Return value

string The prefix.

3 calls to apigee_edge_test_app_keys_get_prefix()
apigee_edge_test_app_keys_developer_app_insert in tests/modules/apigee_edge_test_app_keys/apigee_edge_test_app_keys.module
Implements hook_entity_insert().
DeveloperAppCredentialEventTest::testAppCredentialEvents in tests/src/Functional/DeveloperAppCredentialEventTest.php
Developer app keys, credential event test.
OverrideAppKeysOnGenerate::overrideAppKeyOnGenerate in tests/modules/apigee_edge_test_app_keys/src/EventSubscriber/OverrideAppKeysOnGenerate.php
Overrides auto-generated key for an app.

File

tests/modules/apigee_edge_test_app_keys/apigee_edge_test_app_keys.module, line 54
Module file for Apigee Edge Test: App keys.

Code

function apigee_edge_test_app_keys_get_prefix() {
  return 'apigee_edge_test_app_keys';
}