hook for new subscription button

I am trying to figure out which module it is getting invoked in server when i hit on the new subscription button. As per my code it is pointing to the relative url:

1. /user/me/apps

2. /user/1249/apps/add

can anyone help us in which module we have to check the code.

0 1 97
1 REPLY 1

@Vijaya These are both in the "Devconnect Developer Apps" module inside the "Devconnect" module. You can see which functions are being executed by inspecting devconnect_developer_apps_menu().

1. devconnect_developer_apps_getlist()

2. devconnect_developer_apps_show_edit_form()

It is not recommended to modify any of this code, it is part of the install profile provided by apigee, and can be overwritten by an update.