Hook addWebserviceResources

Information

Add extra webservice resource:

This hook is called when webservice resources list in webservice controller

Hook locations:

  • front office

Hook type:

Located in:

This hook has an $array_return parameter set to true (module output will be set by name in an array, see explaination here).

This hook has a $check_exceptions parameter set to false (check permission exceptions, see explaination here).

Call of the Hook in the origin file

Hook::exec('addWebserviceResources', ['resources' => $resources], null, true, false)