. /** * LTI subplugin types declaration * * @package mod_lti * @copyright 2012 Mark Nielsen * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $subplugins = array( 'ltisource' => 'mod/lti/source', 'ltiservice' => 'mod/lti/service' );