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

marcingy’s picture

Status: Active » Closed (won't fix)

function names should be lower case as per http://drupal.org/coding-standards#naming

Enxebre’s picture

Hi,
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.