Closed (won't fix)
Project:
Services
Version:
7.x-3.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2013 at 19:14 UTC
Updated:
3 Jan 2013 at 08:54 UTC
Hi,
I have a resource with some actions declared like "getSomething".
When I declared "Myresource_resource_getSomething_update_1_1" this is not recognized like a version
I think this is due tu camell notation becouse "get_defined_functions()"; used in services.module is returning the function' s name without capital letters and this is not corresponding with the original function name.
Thank you.
Comments
Comment #1
marcingy commentedfunction names should be lower case as per http://drupal.org/coding-standards#naming
Comment #2
Enxebre commentedHi,
I know but I fave found a production site in this way with some mobile app using him and I need to know if this was reversible without changing existing services names in order to not alter mobile app code.
Thanks any way.