You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reviewing the changes to project_github.module in backdrop-contrib/project#13, I wanted to know what each parameter was that got passed into hook_githubapi_payload():
While reviewing the changes to project_github.module in backdrop-contrib/project#13, I wanted to know what each parameter was that got passed into
hook_githubapi_payload():$recordand$repoare mysterious parameters, without proper documentation it can be difficult to figure out what they contain. Typically modules that provide hooks also have agithubapi.api.phpfile that contains all their documentation. e.g. https://github.com/backdrop-contrib/flag/blob/1.x-1.x/flag.api.php or https://github.com/backdrop-contrib/webform/blob/1.x-1.x/webform.api.php