Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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 487
1 REPLY 1