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
By definition, lib.php should be as small as possible:
Moodle core often (but not always) loads all the lib.php files of the given plugin types. For the performance reasons, it is strongly recommended to keep this file as small as possible and have just required code implemented in it
By definition, lib.php should be as small as possible:
Source: https://docs.moodle.org/dev/Plugin_files#lib.php
In this plugin, some additional functions are located in lib.php which could be moved to a locallib.php or to autoloaded classes.
The text was updated successfully, but these errors were encountered: