. /** * Plugin administration pages are defined here. * * @package colab * @category admin * @copyright 2020 Your Name * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); if ($ADMIN->fulltree) { // TODO: Define the plugin settings page. // https://docs.moodle.org/dev/Admin_settings }