How to Load Developer Apps by Drupal Developer Id (Drupal 8 Edge/apigee php sdk)

Programmatically load developer apps based on the drupal user Id, is it possible with current Edge module or with current php sdk?


Their is an option to load multiple

$apps = DeveloperApp::loadMultiple()

And an option to load based on raw id of apigee developer

\Drupal::entityTypeManager()->getStorage('developer_app')->loadByProperties(['developerId' => <raw-id-of-developer-on-apigee>]);
Is their any way to load via drupal user id?
0 1 430
1 REPLY 1

@Karthik Kumar D K - I have copied our your question in the github issue queue for Apigee Drupal 8 edge module https://github.com/apigee/apigee-edge-drupal/issues/391. Please subscirbe to get notified on updates.