Add extra webservice resource:
This hook is called when webservice resources list in webservice controller
Hook locations:
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).
Hook::exec('addWebserviceResources', ['resources' => $resources], null, true, false)