Veloxnet-LMS / moodle-block_vxg_orgs

2 stars 2 forks source link

functions do not following naming rules. #4

Open danmarsden opened 3 years ago

danmarsden commented 3 years ago

local functions must follow our frankenstyle naming convention rules to prevent clashing with core code.

please make sure that all functions are namespaced, or prefixed with your frankenstyle plugin name as per: https://docs.moodle.org/dev/Frankenstyle#Function_names

danmarsden commented 3 years ago

good examples of this is your function: delete_org_with_children