Hi,
I'm very new to drupal module development and php. How do I use the edge-php-sdk in a custom drupal module in the developer portal?
For example I'm trying to use listRoles() and getUserByRole(). Is there some sort of config that is required?
Solved! Go to Solution.
calling devconnect_init() does the trick but a number of the other devconnect methods call devconnect_init() so you may not need to call it directly.