You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a plugin implements it's own functions these need to be prefixed with the plugin frankenstlye name..
for example if you have a function called "update_course_module_preferences" the correct name to use would be "block_enhance_update_course_module_preferences" (with the block_enhance used as the prefix)
more info on this is here: https://docs.moodle.org/dev/Coding_style#Naming_Conventions
The text was updated successfully, but these errors were encountered:
When a plugin implements it's own functions these need to be prefixed with the plugin frankenstlye name..
for example if you have a function called "update_course_module_preferences" the correct name to use would be "block_enhance_update_course_module_preferences" (with the block_enhance used as the prefix)
more info on this is here:
https://docs.moodle.org/dev/Coding_style#Naming_Conventions
The text was updated successfully, but these errors were encountered: