apigee-edge-drupal
apigee-edge-drupal copied to clipboard
The Apigee Edge module enables you to integrate a Drupal 9 or 8 site with Apigee.
Closes #1152 TODO - [x] Code clean up would be nice but the code as-is should also work
I am trying to install Drupal apigee kickstart portal from GCP marketplace. I have downloaded the package and edited so as to have SQL instance on internal IPs only. The...
## Description Warning: - apigee_edge/modules/apigee_edge_teams/tests/src/Functional/TeamMembershipManagerTest.php:90 foreach() argument must be of type array|object, null given triggered by apigee_edge/modules/apigee_edge_teams/tests/src/Functional/TeamMembershipManagerTest.php:114 (testTeamMembershipManager) - apigee_edge/src/OauthTokenFileStorage.php:270 file_exists(): Unable to find the wrapper "private" - did you...
## Is your feature request related to a problem? Please describe. I have a business requirements for getting transactions count for each monetization application and transaction details for this application...
Follow up on #1152 (Since team members stored in an attribute on Apigee X, from the App group's last change date it could be guessed if there is need to...
## Description Drupal core [has introduced a change](https://www.drupal.org/project/drupal/issues/2521800) (in 10.2.1 if I'm not mistaken) to the admin UI for changing allowed_values for list_text fields (in `\Drupal\options\Plugin\Field\FieldType\ListItemBase::storageSettingsForm()`): for every allowed_value, the...
## Description PHPStorm warns that the following code is incorrect, because ` $user_developer->convertUser()` returns `\Drupal\apigee_edge\Structure\UserToDeveloperConversionResult()` and not a developer interface. ``` $developer = $user_developer->convertUser($account); $developer->setDeveloperId($developer_id); $developer->enforceIsNew(FALSE); ``` It also occurred...
## Description When you run `drush apigee:sync` multiple times you may notice that logs always says that users were updated, which should not happen after a successful sync has happened...
I searched in Apigee edge Drupal module not provide any statistics related to api calls and transactions for each user. what about if i need to create sample dashboard for...