Activity module in moodle

Re: Activity module in moodle

by Neill Magill -
Number of replies: 0
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers

In the <youpluginname>_supports() function you will want to ensure that if the FEATURE_MOD_ARCHETYPE is checked for returns null rather than  MOD_ARCHETYPE_RESOURCE or another value.

A resource will return MOD_ARCHETYPE_RESOURCE 

An activity will return null