Using two plugins at once with different types(Moodle 3.6)

Re: Using two plugins at once with different types(Moodle 3.6)

by David Mudrák -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators

As Tim suggests, simply develop the solution with two separate plugins.

something else that I should pay attention to

Quite a common mistake in situations like this is that developers do not always follow the frankenstyle naming conventions. Make sure that both of your plugins have correct plugin type prefixes for database tables, global scope functions etc.